Fix freeradius compilation when not selecting all EAP modules (#1373)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Feb 2007 10:09:36 +0000 (10:09 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Feb 2007 10:09:36 +0000 (10:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6398 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/freeradius/Makefile

index 7493dc1..cf7b537 100644 (file)
@@ -271,6 +271,18 @@ else
   PKG_CONFIGURE_OPTIONS+= --without-rlm_sql_postgresql
 endif
 
+ifeq ($(CONFIG_PACKAGE_freeradius-mod-eap-tls),)
+  PKG_CONFIGURE_OPTIONS+= --without-rlm_eap_tls
+endif
+
+ifeq ($(CONFIG_PACKAGE_freeradius-mod-eap-peap),)
+  PKG_CONFIGURE_OPTIONS+= --without-rlm_eap_peap
+endif
+
+ifeq ($(CONFIG_PACKAGE_freeradius-mod-eap-ttls),)
+  PKG_CONFIGURE_OPTIONS+= --without-rlm_eap_ttls
+endif
+
 define Build/Configure
        $(call Build/Configure/Default, \
                --libdir=/usr/lib/freeradius \