]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Link libfreeradius-util to dependencies
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 13 Nov 2016 13:25:13 +0000 (08:25 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 13 Nov 2016 13:25:13 +0000 (08:25 -0500)
Else it doesn't link to kevent

src/util/all.mk

index ffa3989a2cf15ee81849ca1e5d37b4e71065630c..97fe97b80f7f4ca253e17f67aba47fa510a93fc2 100644 (file)
@@ -3,6 +3,8 @@ TARGET  := libfreeradius-util.a
 SOURCES        :=      ring_buffer.c message.c atomic_queue.c queue.c time.c channel.c
 
 TGT_PREREQS    := libfreeradius-radius.la
+TGT_LDLIBS     := $(LIBS)
+TGT_LDFLAGS    := $(LDFLAGS)
 
 #
 #  Install all of the headers, too.