mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ncurses.make: Change the explicit pkg-config dir to follow CROSS_LIB_DIR.
@ 2021-05-19 10:05 Christian Melki
  2021-05-27  6:45 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2021-05-19 10:05 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/ncurses.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \
-- 
2.31.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-27  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19 10:05 [ptxdist] [PATCH] ncurses.make: Change the explicit pkg-config dir to follow CROSS_LIB_DIR Christian Melki
2021-05-27  6:45 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox