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

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