From 360c2ecd751854b2f033d00a2fbfe838d54af90d Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 8 Oct 2024 09:52:30 -0400 Subject: [PATCH] let's always build with BIOs --- src/protocols/radius/all.mk | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3