comparison lib/pcre/pcre.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
46 LIBS="$LIBS" \ 46 LIBS="$LIBS" \
47 ./configure \ 47 ./configure \
48 --build=$CBUILD \ 48 --build=$CBUILD \
49 --host=$CHOST \ 49 --host=$CHOST \
50 --prefix= \ 50 --prefix= \
51 --disable-static \
52 --enable-jit \ 51 --enable-jit \
53 --enable-newline-is-anycrlf \ 52 --enable-newline-is-anycrlf \
54 --enable-pcregrep-libz \ 53 --enable-pcregrep-libz \
55 --enable-shared \ 54 --enable-shared \
56 --enable-unicode-properties \ 55 --enable-unicode-properties \