From: Peter Korsgaard Date: Thu, 22 Jul 2010 11:07:32 +0000 (+0200) Subject: php: filter plugin depends on pcre X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ef765d3bd17e5dc9ea2c049cb79443b23fdcd16;p=buildroot.git php: filter plugin depends on pcre Signed-off-by: Peter Korsgaard --- diff --git a/package/php/Config.ext b/package/php/Config.ext index d95b19ed3b..0433abcfae 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -125,6 +125,7 @@ config BR2_PACKAGE_PHP_EXT_ZIP config BR2_PACKAGE_PHP_EXT_FILTER bool "filter" + select BR2_PACKAGE_PHP_EXT_PCRE help Input filter support