summaryrefslogtreecommitdiffstats
path: root/src/ncurses.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-11 07:01:42 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-11 07:01:42 (GMT)
commit3af985e79edbc7f0c8a60c2873496a6a524603cd (patch)
treebd345515b925b7a0f22dcb090ddfba6d53774769 /src/ncurses.mk
parenta84293af4ec3779eaaff034b5198ddf47420bad0 (diff)
downloadmxe-3af985e79edbc7f0c8a60c2873496a6a524603cd.zip
mxe-3af985e79edbc7f0c8a60c2873496a6a524603cd.tar.gz
mxe-3af985e79edbc7f0c8a60c2873496a6a524603cd.tar.bz2
ncurses: fix PKG_CONFIG_LIBDIR detection
Diffstat (limited to 'src/ncurses.mk')
-rw-r--r--src/ncurses.mk2
1 files changed, 1 insertions, 1 deletions
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)