mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/kismet: 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
081c27aea5
commit
073a8c5d27
@@ -74,9 +74,6 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_PCRE2),y)
|
||||
KISMET_DEPENDENCIES += pcre2
|
||||
KISMET_CONF_OPTS += --enable-pcre --enable-require-pcre2
|
||||
else ifeq ($(BR2_PACKAGE_PCRE),y)
|
||||
KISMET_DEPENDENCIES += pcre
|
||||
KISMET_CONF_OPTS += --enable-pcre --disable-require-pcre2
|
||||
else
|
||||
KISMET_CONF_OPTS += --disable-pcre
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user