]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
freeradius: Build without SSL
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Aug 2019 02:48:49 +0000 (03:48 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Aug 2019 02:48:49 +0000 (03:48 +0100)
The version check is entirely broken.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/freeradius

index b68a31f3803d23125a79a22700f1454749fd6c5a..21f6c0ad254c8b235529368840e556b5ffac742a 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = freeradius
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       = "samba"
 
@@ -92,8 +92,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --with-system-libtool \
                        --with-threads \
                        --with-thread-pool \
+                       --without-openssl \
                        --disable-ltdl-install \
-                       --disable-openssl-version-check \
                        --without-rlm_eap_ikev2 \
                        --without-rlm_sql_iodbc \
                        --without-rlm_sql_firebird \