mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/freeradius-server: switch to pcre2
Upstream added support for pcre2 with commit430ed115cawith version 3.2.8 which was added to buildroot with commit747fed73f9. 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
1eae9a4b1a
commit
ef396fb9a0
@@ -158,9 +158,9 @@ else
|
||||
FREERADIUS_SERVER_CONF_OPTS += --without-rlm_sql_mysql
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PCRE),y)
|
||||
ifeq ($(BR2_PACKAGE_PCRE2),y)
|
||||
FREERADIUS_SERVER_CONF_OPTS += --with-pcre
|
||||
FREERADIUS_SERVER_DEPENDENCIES += pcre
|
||||
FREERADIUS_SERVER_DEPENDENCIES += pcre2
|
||||
else
|
||||
FREERADIUS_SERVER_CONF_OPTS += --without-pcre
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user