mirror of
https://github.com/curl/curl.git
synced 2026-08-05 13:46:15 +03:00
build: link curl to NSS libraries when NSS support is enabled
This fixes a build failure on Debian caused by commit
24c3cdce88.
Bug: http://curl.haxx.se/mail/lib-2014-07/0209.html
This commit is contained in:
parent
12bf451ca4
commit
c6e7cbb94e
3 changed files with 7 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ LIBS = $(BLANK_AT_MAKETIME)
|
|||
if USE_EXPLICIT_LIB_DEPS
|
||||
curl_LDADD = $(top_builddir)/lib/libcurl.la @LIBMETALINK_LIBS@ @LIBCURL_LIBS@
|
||||
else
|
||||
curl_LDADD = $(top_builddir)/lib/libcurl.la @LIBMETALINK_LIBS@ @ZLIB_LIBS@ @CURL_NETWORK_AND_TIME_LIBS@
|
||||
curl_LDADD = $(top_builddir)/lib/libcurl.la @LIBMETALINK_LIBS@ @NSS_LIBS@ @ZLIB_LIBS@ @CURL_NETWORK_AND_TIME_LIBS@
|
||||
endif
|
||||
|
||||
curl_LDFLAGS = @LIBMETALINK_LDFLAGS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue