wok-6.x diff ncurses/receipt @ rev 17384
ncurses: do not depends on libtinfo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 27 10:02:36 2014 +0100 (2014-11-27) |
parents | 0257b6487f62 |
children | cdf802803d26 |
line diff
1.1 --- a/ncurses/receipt Mon Nov 24 16:18:41 2014 +0100 1.2 +++ b/ncurses/receipt Thu Nov 27 10:02:36 2014 +0100 1.3 @@ -31,15 +31,21 @@ 1.4 mkdir -p $DESTDIR/usr/lib/terminfo 1.5 sed -i 's|\tsh $(srcdir)/MKhashsize.sh|\tash $(srcdir)/MKhashsize.sh|' \ 1.6 include/Makefile.in 1.7 - ./configure \ 1.8 + CONFIG_NCURSES='\ 1.9 --libdir=/lib \ 1.10 --sysconfdir=/etc \ 1.11 --with-shared \ 1.12 + --without-debug \ 1.13 + --without-ada \ 1.14 + --with-build-cc="gcc -D_GNU_SOURCE"' 1.15 + ./configure \ 1.16 + $CONFIG_NCURSES \ 1.17 --with-termlib \ 1.18 --with-ticlib \ 1.19 - --without-debug \ 1.20 - --without-ada \ 1.21 - --with-build-cc="gcc -D_GNU_SOURCE" \ 1.22 + $CONFIGURE_ARGS && 1.23 + make && make install 1.24 + ./configure \ 1.25 + $CONFIG_NCURSES \ 1.26 $CONFIGURE_ARGS && 1.27 make && make install 1.28 }