mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/pound: remove optional support for pcre, keep pcre2
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
073a8c5d27
commit
59ae90f823
@@ -19,9 +19,6 @@ POUND_CONF_OPTS += --enable-pcre=2
|
||||
POUND_CONF_ENV += \
|
||||
ac_cv_path_PCRE2_CONFIG=$(STAGING_DIR)/usr/bin/pcre2-config
|
||||
POUND_DEPENDENCIES += pcre2
|
||||
else ifeq ($(BR2_PACKAGE_PCRE),y)
|
||||
POUND_CONF_OPTS += --enable-pcre=1
|
||||
POUND_DEPENDENCIES += pcre
|
||||
else
|
||||
POUND_CONF_OPTS += --disable-pcre
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user