]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
let's always build with BIOs
authorAlan T. DeKok <aland@freeradius.org>
Tue, 8 Oct 2024 13:52:30 +0000 (09:52 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 8 Oct 2024 13:52:47 +0000 (09:52 -0400)
src/protocols/radius/all.mk

index 0712f83298a75fd4f4612331c39a992de526d640..e1eb35c27132c8960e1ca7967ac30d3cc2d323fb 100644 (file)
@@ -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