Skip to content

Commit

Permalink
Link libfreeradius-server against openssl to that linker can include …
Browse files Browse the repository at this point in the history
…version of SSLeay functions to use. Since version.c was moved to libfreeradius-server, the wrong version was being used on RadHat.
  • Loading branch information
pwdng authored and alandekok committed Jan 12, 2015
1 parent 8082fd1 commit dbc8b40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/libfreeradius-server.mk
Expand Up @@ -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)

0 comments on commit dbc8b40

Please sign in to comment.