pcre: do not build pcrecpp

Since kodi PR24128 (Remove use of pcrecpp from Kodi) -
pcrecpp is no longer used.
This commit is contained in:
Rudi Heitbaum 2024-01-22 11:41:49 +00:00
parent 96b4665e4b
commit 6c5d5b8d11

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"