From 3af985e79edbc7f0c8a60c2873496a6a524603cd Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 11 Sep 2015 17:01:42 +1000 Subject: ncurses: fix PKG_CONFIG_LIBDIR detection --- src/ncurses.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncurses.mk b/src/ncurses.mk index 2203ce5..6f5bc23 100644 --- a/src/ncurses.mk +++ b/src/ncurses.mk @@ -47,7 +47,7 @@ define $(PKG)_BUILD --without-progs \ --without-tests \ --enable-pc-files \ - PKG_CONFIG_LIBDIR='$(PREFIX)/$(TARGET)/lib/pkgconfig' \ + --with-pkg-config-libdir='$(PREFIX)/$(TARGET)/lib/pkgconfig' \ $(if $(BUILD_STATIC), \ --with-normal --without-shared --with-static, \ --without-normal --without-static --with-shared) -- cgit v0.12