]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure --with-nss: remove unneeded libs from the fallback
authorMostyn Bramley-Moore <mostynb@opera.com>
Mon, 20 Apr 2015 07:50:15 +0000 (09:50 +0200)
committerKamil Dudka <kdudka@redhat.com>
Mon, 20 Apr 2015 08:25:07 +0000 (10:25 +0200)
configure.ac

index 527417cf4fe2cf01c30aa116bd6fd9b0f8c7eaab..e676ff392e3d3fb7c5d6b18983e5ed8a061b4365 100644 (file)
@@ -2139,7 +2139,7 @@ if test "$curl_ssl_msg" = "$init_ssl_msg"; then
       # Without pkg-config, we'll kludge in some defaults
       AC_MSG_WARN([Using hard-wired libraries and compilation flags for NSS.])
       addld="-L$OPT_NSS/lib"
-      addlib="-lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl"
+      addlib="-lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4"
       addcflags="-I$OPT_NSS/include"
       version="unknown"
       nssprefix=$OPT_NSS