From: Alan T. DeKok Date: Tue, 8 Oct 2024 13:52:30 +0000 (-0400) Subject: let's always build with BIOs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=360c2ecd751854b2f033d00a2fbfe838d54af90d;p=thirdparty%2Ffreeradius-server.git let's always build with BIOs --- diff --git a/src/protocols/radius/all.mk b/src/protocols/radius/all.mk index 0712f83298a..e1eb35c2713 100644 --- a/src/protocols/radius/all.mk +++ b/src/protocols/radius/all.mk @@ -17,7 +17,6 @@ SRC_CFLAGS := -D_LIBRADIUS -DNO_ASSERT -I$(top_builddir)/src TGT_PREREQS := libfreeradius-util$(L) -ifneq "$(WITH_BIO)" "" SOURCES += \ client.c \ client_udp.c \ @@ -28,4 +27,3 @@ SOURCES += \ server_udp.c TGT_PREREQS += libfreeradius-bio$(L) -endif