diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2011-02-25 15:36:21 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2011-02-25 15:36:21 +0000 |
commit | a0880366d61d6621c0ae0a310eab1d923964d929 (patch) | |
tree | a7fc1e18de7e880d232550ca3ab71f7ac4771c0c /main/coova-chilli/coova-chilli-ssl.patch | |
parent | 5cfbd9cb03b028e2a9263753d8350173fa4cb08d (diff) | |
download | aports-a0880366d61d6621c0ae0a310eab1d923964d929.tar.bz2 aports-a0880366d61d6621c0ae0a310eab1d923964d929.tar.xz |
testing/coova-chilli: move to main
Diffstat (limited to 'main/coova-chilli/coova-chilli-ssl.patch')
-rw-r--r-- | main/coova-chilli/coova-chilli-ssl.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/main/coova-chilli/coova-chilli-ssl.patch b/main/coova-chilli/coova-chilli-ssl.patch new file mode 100644 index 000000000..1567c96cb --- /dev/null +++ b/main/coova-chilli/coova-chilli-ssl.patch @@ -0,0 +1,21 @@ +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -13,7 +13,8 @@ + chilli.h options.h util.c garden.c garden.h ssl.h ssl.c \ + dns.c dns.h session.c session.h limits.h pkt.h pkt.c \ + chksum.c net.h net.c ms_chap.c options.c statusfile.c \ +-conn.h conn.c ++conn.h conn.c ++libchilli_la_LIBADD = $(LIBOPENSSL) + + AM_CFLAGS = -D_GNU_SOURCE -Wall -fno-builtin -fno-strict-aliasing \ + -O2 -fomit-frame-pointer -funroll-loops -pipe \ +@@ -33,7 +34,7 @@ + #test_radius_SOURCES = test-radius.c + #test_dhcp_SOURCES = test-dhcp.c + +-LDADD = libchilli.la $(top_builddir)/bstring/libbstring.la ${LIBRT} ++LDADD = libchilli.la $(top_builddir)/bstring/libbstring.la $(LIBOPENSSL) + + if WITH_OPENSSL + LDADD += ${LIBSSL} |