From 071d7754f7b955b28f7e3b5f3eb44fbaa93eb4e9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 10 Aug 2019 03:48:49 +0100 Subject: [PATCH] freeradius: Build without SSL The version check is entirely broken. Signed-off-by: Michael Tremer --- lfs/freeradius | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/freeradius b/lfs/freeradius index b68a31f380..21f6c0ad25 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 = 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 \ -- 2.39.2