ncurses: fix PKG_CONFIG_LIBDIR detection

pull/836/head
Tony Theodore 9 years ago
parent a84293af4e
commit 3af985e79e

@ -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)

Loading…
Cancel
Save