comparison dev/flex/flex.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
45 LIBS="$LIBS" \ 45 LIBS="$LIBS" \
46 ./configure \ 46 ./configure \
47 --build=$CBUILD \ 47 --build=$CBUILD \
48 --host=$CHOST \ 48 --host=$CHOST \
49 --prefix= \ 49 --prefix= \
50 --disable-static \
51 --enable-shared 50 --enable-shared
52 make 51 make
53 make install DESTDIR=$DESTDIR 52 make install DESTDIR=$DESTDIR
54 rm -f $DESTDIR/lib/libfl.la 53 rm -f $DESTDIR/lib/libfl.la
55 54