Skip to content

Commit

Permalink
one more attempt to build the bio for RADIUS
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 8, 2024
1 parent 3335f60 commit 2424001
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/protocols/radius/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@ SOURCES := base.c \
list.c \
packet.c \
tcp.c \
abinary.c

SRC_CFLAGS := -D_LIBRADIUS -DNO_ASSERT -I$(top_builddir)/src

TGT_PREREQS := libfreeradius-util$(L)

ifneq "$(WITH_BIO)" ""
SOURCES += \
abinary.c \
client.c \
client_udp.c \
client_tcp.c \
Expand All @@ -27,5 +20,6 @@ SOURCES += \
server.c \
server_udp.c

TGT_PREREQS += libfreeradius-bio$(L)
endif
SRC_CFLAGS := -D_LIBRADIUS -DNO_ASSERT -I$(top_builddir)/src

TGT_PREREQS := libfreeradius-bio$(L) libfreeradius-util$(L)

0 comments on commit 2424001

Please sign in to comment.