diff options
-rw-r--r-- | data/ncurses/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/ncurses/make.sh b/data/ncurses/make.sh index e6978aa53..a497f097e 100644 --- a/data/ncurses/make.sh +++ b/data/ncurses/make.sh @@ -6,11 +6,11 @@ mkdir bld-ncurses{,w} cd bld-ncurses flags='--with-shared --without-normal --without-debug --enable-sigwinch' PKG_CONF=../${dir}/configure pkg:configure ${flags} -make CFLAGS='-O2 -mthumb' +make #CFLAGS='-O2 -mthumb' pkg:install cd ../bld-ncursesw PKG_CONF=../${dir}/configure pkg:configure ${flags} --disable-overwrite --enable-widec -make CFLAGS='-O2 -mthumb' +make #CFLAGS='-O2 -mthumb' pkg:install pkg: mkdir -p @/usr/lib |