From a0cc5faf715973a67129b1a8e0ae6e30af29a030 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 8 Aug 2019 18:52:05 +0100 Subject: [PATCH] freeradius: Disable openssl version check 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 --- lfs/freeradius | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/freeradius b/lfs/freeradius index 604116f6c8..9afcdbf7e1 100644 --- a/lfs/freeradius +++ b/lfs/freeradius @@ -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 \ -- 2.39.5