comparison lib/pcre/pcre.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
43 LDFLAGS="$LDFLAGS" \ 43 LDFLAGS="$LDFLAGS" \
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=/usr \
49 --enable-jit \ 49 --enable-jit \
50 --enable-newline-is-anycrlf \ 50 --enable-newline-is-anycrlf \
51 --enable-pcregrep-libz \ 51 --enable-pcregrep-libz \
52 --enable-shared \ 52 --enable-shared \
53 --enable-unicode-properties \ 53 --enable-unicode-properties \