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

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 9de04ddc6f6d
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
51 ./configure \ 51 ./configure \
52 --build=$CBUILD \ 52 --build=$CBUILD \
53 --host=$CHOST \ 53 --host=$CHOST \
54 --prefix= \ 54 --prefix= \
55 --enable-shared \ 55 --enable-shared \
56 --disable-static \
57 $with_ssl 56 $with_ssl
58 make 57 make
59 make install DESTDIR=$DESTDIR 58 make install DESTDIR=$DESTDIR
60 rm -f $DESTDIR/lib/libevent*.la 59 rm -f $DESTDIR/lib/libevent*.la
61 60