summaryrefslogtreecommitdiff
path: root/package/ncurses/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ncurses/Makefile')
-rw-r--r--package/ncurses/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index 6acd76094..c0336e366 100644
--- a/package/ncurses/Makefile
+++ b/package/ncurses/Makefile
@@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= ncurses
PKG_VERSION:= 6.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= f551c24b30ce8bfb6e96d9f59b42fbea30fa3a6123384172f9e7284bcf647260
PKG_DESCR:= terminal handling library
PKG_SECTION:= libs/misc
@@ -32,11 +32,11 @@ else
CONFIGURE_ARGS+= --with-shared
endif
-CONFIGURE_ENV+= ac_cv_linux_vers=2 \
- PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig
+CONFIGURE_ENV+= ac_cv_linux_vers=2
CONFIGURE_ARGS+= --without-cxx \
--without-cxx-binding \
--with-build-cc="${HOST_CC}" \
+ --with-pkg-config-libdir=/usr/lib/pkgconfig \
--without-progs \
--disable-termcap \
--enable-symlinks \