From: Daniel Stenberg Date: Mon, 7 Feb 2022 15:59:54 +0000 (+0100) Subject: tests/unit/Makefile.am: add NSS_LIBS to build with NSS fine X-Git-Tag: curl-7_82_0~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba4e67bfc508900ec74b3e7a6ee4325304f8c9f2;p=thirdparty%2Fcurl.git tests/unit/Makefile.am: add NSS_LIBS to build with NSS fine Closes #8396 --- diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index e2fdd8760d..9cccf2fa76 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. +# Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -57,7 +57,7 @@ LIBS = $(BLANK_AT_MAKETIME) LDADD = $(top_builddir)/src/libcurltool.la \ $(top_builddir)/lib/libcurlu.la \ - @LDFLAGS@ @LIBCURL_LIBS@ + @LDFLAGS@ @LIBCURL_LIBS@ @NSS_LIBS@ AM_CPPFLAGS += -DCURL_STATICLIB -DUNITTESTS