wok-next diff readline/receipt @ rev 19628
busybox: disable dietlibc build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 08 19:00:41 2017 +0100 (2017-02-08) |
parents | c963361d3d54 |
children | 1a86cb99cbbf |
line diff
1.1 --- a/readline/receipt Fri Dec 16 01:16:56 2016 +0200 1.2 +++ b/readline/receipt Wed Feb 08 19:00:41 2017 +0100 1.3 @@ -23,13 +23,14 @@ 1.4 esac 1.5 1.6 patch -Np1 -i $stuff/readline-6.3-upstream_fixes-3.patch 1.7 - sed -i '/(MV)/d' Makefile* 1.8 + sed -i '/MV.*old/d' Makefile.in 1.9 + sed -i '/{OLDSUFF}/c:' support/shlib-install 1.10 1.11 ./configure \ 1.12 - --enable-multibyte \ 1.13 - --with-curses \ 1.14 + --disable-static \ 1.15 + --docdir=/usr/share/doc/readline-$VERSION \ 1.16 $CONFIGURE_ARGS && 1.17 - make SHLIB_LIBS=-lncursesw && 1.18 + make SHLIB_LIBS=-lncurses && 1.19 make DESTDIR=$install install 1.20 } 1.21