diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-03 19:26:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-03 19:26:23 +0200 |
commit | 8526377554e9dd761fb3524cc7b96f2388013164 (patch) | |
tree | 7b246c16355feeb401223b69fb8390985f10df2b /package/ncurses | |
parent | 9e120b3bc5499a4fb3bff0f8f97e0ff4096b77a2 (diff) |
ncurses: fix install of pc file
Diffstat (limited to 'package/ncurses')
-rw-r--r-- | package/ncurses/Makefile | 6 |
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 \ |