pcre: enable pcre16

This commit is contained in:
Lukas Rusak 2016-10-19 15:58:50 -07:00
parent 93a0581cad
commit 17b0d488a1
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -41,6 +41,7 @@ PKG_CONFIGURE_OPTS_HOST="--prefix=$ROOT/$TOOLCHAIN \
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \ PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \ --enable-static \
--enable-utf8 \ --enable-utf8 \
--enable-pcre16 \
--enable-unicode-properties \ --enable-unicode-properties \
--with-gnu-ld" --with-gnu-ld"