summaryrefslogtreecommitdiffstats
path: root/testing/coova-chilli/coova-chilli-ssl.patch
blob: 618b90a60a146c1e66346c2b5ded88006ac0175e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -ru a/src/Makefile.am b/src/Makefile.am
--- a/src/Makefile.am	2009-10-15 09:15:00.000000000 +0000
+++ b/src/Makefile.am	2009-10-15 09:17:20.000000000 +0000
@@ -20,6 +20,7 @@
 chilli.h options.h util.c garden.c garden.h \
 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 
+libchilli_la_LIBADD = $(LIBOPENSSL)
 
 # AM_LDFLAGS = -lchilli
 
@@ -32,4 +33,4 @@
 chilli_dog_SOURCES = main-dog.c 
 #test_radius_SOURCES = test-radius.c 
 
-LDADD = libchilli.la $(top_builddir)/bstring/libbstring.la 
+LDADD = libchilli.la $(top_builddir)/bstring/libbstring.la $(LIBOPENSSL)