]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Link libfreeradius-server against openssl to that linker can include version of SSLea...
authorPhilippe Wooding <philippe.wooding@networkradius.com>
Mon, 12 Jan 2015 11:05:31 +0000 (12:05 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 12 Jan 2015 16:51:21 +0000 (11:51 -0500)
src/main/libfreeradius-server.mk

index 7c4372267bb6904e852b86d47e21683cbee8a338..230bd16e14311b5cca7687f92e3cc77b2a2f7bf1 100644 (file)
@@ -13,3 +13,6 @@ SOURCES       :=      conffile.c \
                version.c \
                pair.c \
                xlat.c
+
+# This lets the linker determine which version of the SSLeay functions to use.
+TGT_LDLIBS      := $(OPENSSL_LIBS)