wok-next rev 17385
ncurses: do not depends on libtinfo (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 27 10:52:38 2014 +0100 (2014-11-27) |
parents | 76ae76cc543f |
children | 60d3db644e56 03764dbf44e4 |
files | ncurses/receipt |
line diff
1.1 --- a/ncurses/receipt Thu Nov 27 10:02:36 2014 +0100 1.2 +++ b/ncurses/receipt Thu Nov 27 10:52:38 2014 +0100 1.3 @@ -31,21 +31,24 @@ 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 - CONFIG_NCURSES='\ 1.8 + ./configure \ 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-build-cc="gcc -D_GNU_SOURCE" \ 1.18 --with-termlib \ 1.19 --with-ticlib \ 1.20 $CONFIGURE_ARGS && 1.21 make && make install 1.22 ./configure \ 1.23 - $CONFIG_NCURSES \ 1.24 + --libdir=/lib \ 1.25 + --sysconfdir=/etc \ 1.26 + --with-shared \ 1.27 + --without-debug \ 1.28 + --without-ada \ 1.29 + --with-build-cc="gcc -D_GNU_SOURCE" \ 1.30 $CONFIGURE_ARGS && 1.31 make && make install 1.32 }