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

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