Skip to content

Commit

Permalink
Revert "let's always build with BIOs"
Browse files Browse the repository at this point in the history
This reverts commit 360c2ec.
  • Loading branch information
alandekok committed Oct 8, 2024
1 parent cc3ed8f commit 568e90b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/protocols/radius/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ SRC_CFLAGS := -D_LIBRADIUS -DNO_ASSERT -I$(top_builddir)/src

TGT_PREREQS := libfreeradius-util$(L)

ifneq "$(WITH_BIO)" ""
SOURCES += \
client.c \
client_udp.c \
Expand All @@ -27,3 +28,4 @@ SOURCES += \
server_udp.c

TGT_PREREQS += libfreeradius-bio$(L)
endif

0 comments on commit 568e90b

Please sign in to comment.