diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index c85f6717db..59750c28e7 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -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