From 8526377554e9dd761fb3524cc7b96f2388013164 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 3 Jul 2016 19:26:23 +0200 Subject: ncurses: fix install of pc file --- package/ncurses/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/ncurses/Makefile') 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 \ -- cgit v1.2.3