Commit 875a6d93 authored by Mostyn Bramley-Moore's avatar Mostyn Bramley-Moore Committed by Kamil Dudka
Browse files

configure --with-nss: remove unneeded libs from the fallback

parent 1b8f9c95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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