|
@@ -46,6 +46,7 @@ FREERADIUS_SERVER_CONF_OPTS += \
|
|
|
--without-rlm_eap_ike \
|
|
|
--without-rlm_eap_tnc \
|
|
|
--without-rlm_perl \
|
|
|
+ --without-rlm_python \
|
|
|
--without-rlm_sql_iodbc \
|
|
|
--without-rlm_sql_oracle \
|
|
|
--without-rlm_sql_freetds \
|
|
@@ -148,10 +149,10 @@ FREERADIUS_SERVER_CONF_OPTS += --without-pcre
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
|
|
-FREERADIUS_SERVER_CONF_OPTS += --with-rlm_python
|
|
|
+FREERADIUS_SERVER_CONF_OPTS += --with-rlm_python3
|
|
|
FREERADIUS_SERVER_DEPENDENCIES += python3
|
|
|
else
|
|
|
-FREERADIUS_SERVER_CONF_OPTS += --without-rlm_python
|
|
|
+FREERADIUS_SERVER_CONF_OPTS += --without-rlm_python3
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_READLINE),y)
|