]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
freeradius: Disable openssl version check
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Aug 2019 17:52:05 +0000 (18:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Aug 2019 02:12:04 +0000 (03:12 +0100)
freeradius seems to care about which version it has been
compiled with and refuses to start. This switch disables
this behaviour.

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

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