diff options
Diffstat (limited to 'package/pcre/pcre.mk')
-rw-r--r-- | package/pcre/pcre.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index b1339fbbc..745309fa8 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -16,7 +16,7 @@ ifneq ($(BR2_INSTALL_LIBSTDCPP),y) PCRE_CONF_OPT = --disable-cpp endif -PCRE_CONF_OPT += $(if $(BR2_PACKAGE_PCRE_8),--enable-pcre8,--disable-pcre8) +PCRE_CONF_OPT += --enable-pcre8 PCRE_CONF_OPT += $(if $(BR2_PACKAGE_PCRE_16),--enable-pcre16,--disable-pcre16) PCRE_CONF_OPT += $(if $(BR2_PACKAGE_PCRE_32),--enable-pcre32,--disable-pcre32) |