summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2021-05-19 12:05:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-05-21 15:55:00 +0200
commit7ae9e5590ae5efe280b5415abed4422deb139c7a (patch)
treef858666456cdf032f461b35791ddd51bcdeb67cf
parent62f3fc6e4bf95377317307aac6f76a34331f3a2e (diff)
downloadptxdist-7ae9e5590ae5efe280b5415abed4422deb139c7a.tar.gz
ptxdist-7ae9e5590ae5efe280b5415abed4422deb139c7a.tar.xz
ncurses.make: Change the explicit pkg-config dir to follow CROSS_LIB_DIR.
Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20210519100512.32248-1-christian.melki@t2data.com> 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 6a7a13ef1..38f9c01ff 100644
--- a/rules/ncurses.make
+++ b/rules/ncurses.make
@@ -48,7 +48,7 @@ NCURSES_AUTOCONF_SHARED = \
--without-tack \
--without-tests \
--with-curses-h \
- --with-pkg-config-libdir=/usr/lib/pkgconfig \
+ --with-pkg-config-libdir=/usr/$(CROSS_LIB_DIR)/pkgconfig \
--$(call ptx/endis,$(1))-pc-files \
--enable-mixed-case \
--without-libtool \