summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-23 09:52:36 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-23 09:52:53 +0200
commit9be655bf5da7b72185ef8699d429641424fff131 (patch)
tree7438bc8cf477c8ccba368f96d3e39abed19c70e3 /lib
parent9ef666437ec4e9b59865a19cc6cc0ecf9d812bf6 (diff)
downloadgnutls-9be655bf5da7b72185ef8699d429641424fff131.tar.gz
check and use libnsl (used in solaris)
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9bb16baf82..955fa10bb2 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -129,7 +129,7 @@ libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.la \
ext/libgnutls_ext.la \
auth/libgnutls_auth.la algorithms/libgnutls_alg.la \
extras/libgnutls_extras.la
-thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) \
+thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) $(LTLIBNSL) \
$(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT) $(TSS_LIBS)
if ENABLE_NETTLE