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

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 4d7cd08912f9
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
49 LDFLAGS="$LDFLAGS" \ 49 LDFLAGS="$LDFLAGS" \
50 LIBS="$LIBS" \ 50 LIBS="$LIBS" \
51 ./configure \ 51 ./configure \
52 --prefix= \ 52 --prefix= \
53 --enable-shared \ 53 --enable-shared \
54 --disable-static \
55 $with_nls 54 $with_nls
56 make 55 make
57 make install DESTDIR=$DESTDIR 56 make install DESTDIR=$DESTDIR
58 rm -f $DESTDIR/lib/libpopt.la 57 rm -f $DESTDIR/lib/libpopt.la
59 58