]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
negotiate_kerberos_auth: Do not prohibit all LDFLAGS (#1663)
authorAmos Jeffries <yadij@users.noreply.github.com>
Thu, 8 Feb 2024 14:20:11 +0000 (14:20 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 8 Feb 2024 18:27:19 +0000 (18:27 +0000)
src/auth/negotiate/kerberos/Makefile.am

index 51b72c6969d0eb2d3eeafe33a2ed15252b37b107..d9d8acc3893754b716b457759650f20ec49f8fc4 100644 (file)
@@ -22,7 +22,6 @@ negotiate_kerberos_auth_SOURCES = \
        negotiate_kerberos.h \
        negotiate_kerberos_auth.cc \
        negotiate_kerberos_pac.cc
-negotiate_kerberos_auth_LDFLAGS=
 negotiate_kerberos_auth_LDADD= \
        $(top_builddir)/lib/libmiscencoding.la \
        $(COMPAT_LIB) \
@@ -32,7 +31,6 @@ negotiate_kerberos_auth_LDADD= \
 
 negotiate_kerberos_auth_test_SOURCES = \
        negotiate_kerberos_auth_test.cc
-negotiate_kerberos_auth_test_LDFLAGS=
 negotiate_kerberos_auth_test_LDADD= \
        $(top_builddir)/lib/libmiscencoding.la \
        $(COMPAT_LIB) \