From: Arran Cudbard-Bell Date: Sun, 13 Nov 2016 13:25:13 +0000 (-0500) Subject: Link libfreeradius-util to dependencies X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8072edb416d9bb93e0e30af1a4e1c05e96bd96f;p=thirdparty%2Ffreeradius-server.git Link libfreeradius-util to dependencies Else it doesn't link to kevent --- diff --git a/src/util/all.mk b/src/util/all.mk index ffa3989a2cf..97fe97b80f7 100644 --- a/src/util/all.mk +++ b/src/util/all.mk @@ -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.