mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/freeradius-server: remove redundant pcre dependency
Buildroot commit736c4c1655added the package with two identical code blocks dealing with the dependency to pcre: https://gitlab.com/buildroot.org/buildroot/-/blob/2026.02/package/freeradius-server/freeradius-server.mk#L161 https://gitlab.com/buildroot.org/buildroot/-/blob/2026.02/package/freeradius-server/freeradius-server.mk#L218 Remove one of these code blocks. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit6c3a015a5e) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
1125238c9f
commit
cb34aef3f8
@@ -215,13 +215,6 @@ FREERADIUS_SERVER_CONF_OPTS += \
|
||||
--without-rlm_eap_pwd
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PCRE),y)
|
||||
FREERADIUS_SERVER_CONF_OPTS += --with-pcre
|
||||
FREERADIUS_SERVER_DEPENDENCIES += pcre
|
||||
else
|
||||
FREERADIUS_SERVER_CONF_OPTS += --without-pcre
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_RUBY),y)
|
||||
FREERADIUS_SERVER_CONF_OPTS += --with-rlm_ruby
|
||||
FREERADIUS_SERVER_DEPENDENCIES += ruby
|
||||
|
||||
Reference in New Issue
Block a user