summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-07-04 09:20:43 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-04 09:20:43 +0200
commit640410438b387f11241a8e92b6db4dd4c7ab35bd (patch)
treeda5e6329273db5f74d3fc7460b332fcd0402cac0
parent13f3274359d1bb8a4d5d2510328da62bf83205e3 (diff)
downloadptxdist-640410438b387f11241a8e92b6db4dd4c7ab35bd.tar.gz
ptxdist-640410438b387f11241a8e92b6db4dd4c7ab35bd.tar.xz
ncurses: disable pc-files for host-ncurses
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/ncurses.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ncurses.make b/rules/ncurses.make
index b8671ba4c..af22fa7e3 100644
--- a/rules/ncurses.make
+++ b/rules/ncurses.make
@@ -49,7 +49,7 @@ NCURSES_AUTOCONF_SHARED = \
--without-tests \
--with-curses-h \
--with-pkg-config-libdir=/usr/lib/pkgconfig \
- --enable-pc-files \
+ --$(call ptx/endis,$(1))-pc-files \
--enable-mixed-case \
--without-libtool \
--$(call ptx/wwo,$(1))-shared \