Merge pull request #8543 from heitbaum/pcre

pcre: do not build pcrecpp
This commit is contained in:
Christian Hewitt 2024-01-22 18:22:24 +04:00 committed by GitHub
commit deafbfdd6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,12 +17,14 @@ PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_HOST="--prefix=${TOOLCHAIN} \
--enable-static \
--enable-utf8 \
--disable-cpp \
--enable-unicode-properties \
--with-gnu-ld"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \
--enable-utf8 \
--disable-cpp \
--enable-pcre16 \
--enable-unicode-properties \
--with-gnu-ld"