Finish reenabling SSL-using modules in Debian build
authorphampson <phampson>
Thu, 18 Aug 2005 02:05:48 +0000 (02:05 +0000)
committerphampson <phampson>
Thu, 18 Aug 2005 02:05:48 +0000 (02:05 +0000)
debian/rules

index 774a3db..75315ea 100755 (executable)
@@ -57,13 +57,15 @@ build-simple stamp-build: patch
                --with-logdir=/var/log/$(package) \
                --with-thread-pool --with-system-libtool \
                --enable-ltdl-install=no --enable-strict-dependencies \
-               --without-rlm_eap_peap \
+               --with-udpfromto --with-edir \
+               --enable-developer
+
+#              To make SSL-free, add these:
+#              --without-rlm_eap_peap \
                --without-rlm_eap_tls \
                --without-rlm_eap_ttls \
                --without-rlm_sql_postgresql \
                --without-snmp \
-               --with-udpfromto --with-edir \
-               --enable-developer
        
        # Modify Make.inc for Debian...
        TEMPFILE=`mktemp /tmp/radmake-XXXXXX`; \