summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/ncurses/make.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/data/ncurses/make.sh b/data/ncurses/make.sh
index 60b4b1458..f0296ced4 100644
--- a/data/ncurses/make.sh
+++ b/data/ncurses/make.sh
@@ -1,4 +1,12 @@
pkg:setup
-pkg:configure --with-shared --without-normal --without-debug
+cd ..
+dir=$(echo *)
+mkdir bld-ncurses{,w}
+cd bld-ncurses
+PKG_CONF=../${dir}/configure pkg:configure --with-shared --without-normal --without-debug --enable-sigwinch
+make
+pkg:install
+cd ../bld-ncursesw
+PKG_CONF=../${dir}/configure pkg:configure --with-shared --without-normal --without-debug --enable-sigwinch --disable-overwrite --enable-widec
make
pkg:install