diff options
Diffstat (limited to 'package/pcre/pcre.mk')
-rw-r--r-- | package/pcre/pcre.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index 48266ff74..b1339fbbc 100644 --- a/package/pcre/pcre.mk +++ b/package/pcre/pcre.mk @@ -16,4 +16,8 @@ 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 += $(if $(BR2_PACKAGE_PCRE_16),--enable-pcre16,--disable-pcre16) +PCRE_CONF_OPT += $(if $(BR2_PACKAGE_PCRE_32),--enable-pcre32,--disable-pcre32) + $(eval $(autotools-package)) |