From: Amos Jeffries Date: Fri, 2 Dec 2022 14:11:22 +0000 (+0000) Subject: basic_ncsa_auth: Fix missing libnettle dependency (#1193) X-Git-Tag: SQUID_6_0_1~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdadae48d51a0ef75479764b5ee16ca716fb3969;p=thirdparty%2Fsquid.git basic_ncsa_auth: Fix missing libnettle dependency (#1193) Broken since b12b66cdd75835c6fb92bf25c2f68272f55d21cd --- diff --git a/src/auth/basic/NCSA/Makefile.am b/src/auth/basic/NCSA/Makefile.am index e39e9b5010..6108c77e17 100644 --- a/src/auth/basic/NCSA/Makefile.am +++ b/src/auth/basic/NCSA/Makefile.am @@ -19,7 +19,7 @@ basic_ncsa_auth_LDADD= \ $(top_builddir)/lib/libmisccontainers.la \ $(top_builddir)/lib/libmiscencoding.la \ $(COMPAT_LIB) \ - $(LIBNETTLE_LIB) \ + $(LIBNETTLE_LIBS) \ $(CRYPTLIB) \ $(SSLLIB) \ $(XTRA_LIBS)