comparison lib/libedit/libedit.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents f61d5c5b71be
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
43 LIBS="$LIBS" \ 43 LIBS="$LIBS" \
44 ./configure \ 44 ./configure \
45 --build=$CBUILD \ 45 --build=$CBUILD \
46 --host=$CHOST \ 46 --host=$CHOST \
47 --prefix= \ 47 --prefix= \
48 --disable-static \
49 --enable-shared 48 --enable-shared
50 make 49 make
51 make install DESTDIR=$DESTDIR 50 make install DESTDIR=$DESTDIR
52 rm -f $DESTDIR/lib/libedit.la 51 rm -f $DESTDIR/lib/libedit.la
53 52