package/pcre: don't override PCRE_CONF_OPTS

PCRE_CONF_OPTS is wrongly overridden in a conditional since commit
9b28d48012

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2022-02-17 22:44:59 +01:00 committed by Yann E. MORIN
parent 1f1e32f6d7
commit e3c1efd5d2

View File

@ -18,7 +18,7 @@ HOST_PCRE_CONF_OPTS = --enable-unicode-properties
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
# pcre will use the host g++ if a cross version isn't available
PCRE_CONF_OPTS = --disable-cpp
PCRE_CONF_OPTS += --disable-cpp
endif
PCRE_CONF_OPTS += --enable-pcre8