From: Michael Tremer Date: Sat, 10 Aug 2019 02:48:49 +0000 (+0100) Subject: freeradius: Build without SSL X-Git-Tag: v2.23-core136~7^2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=071d7754f7b955b28f7e3b5f3eb44fbaa93eb4e9;p=ipfire-2.x.git freeradius: Build without SSL The version check is entirely broken. Signed-off-by: Michael Tremer --- 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 \