OpenSolaris needs libsocket and libnsl for socket().

This commit is contained in:
Tobias Brunner
2009-08-14 14:50:53 +02:00
parent 932fdc38de
commit 26965b4ef3
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ AM_CFLAGS = -rdynamic \
-DIPSEC_PIDDIR=\"${piddir}\" \
-DIPSEC_PLUGINDIR=\"${plugindir}\" \
-DSTRONGSWAN_CONF=\"${strongswan_conf}\"
charon_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la -lpthread -lm $(DLLIB)
charon_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la -lpthread -lm $(DLLIB) $(SOCKLIB)
# compile options
#################