summaryrefslogtreecommitdiff
path: root/data/ncurses/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/ncurses/make.sh')
-rw-r--r--data/ncurses/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ncurses/make.sh b/data/ncurses/make.sh
index 177e2c812..c96ec2565 100644
--- a/data/ncurses/make.sh
+++ b/data/ncurses/make.sh
@@ -4,7 +4,7 @@ cd ..
dir=$(echo *)
mkdir bld-ncurses{,w}
cd bld-ncurses
-flags='--with-shared --without-normal --without-debug --enable-sigwinch --disable-mixed-case --enable-termcap'
+flags="--with-shared --without-normal --without-debug --enable-sigwinch --disable-mixed-case --enable-termcap --enable-pc-files --with-pkg-config-libdir=${PKG_TAPF}/lib/pkgconfig"
PKG_CONF=../${dir}/configure PKG_MCPU=-marm pkg:configure ${flags}
make -j8
pkg:install