]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup libnettle detection (#1144)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sat, 17 Sep 2022 11:01:26 +0000 (11:01 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 18 Sep 2022 03:49:24 +0000 (03:49 +0000)
commitb12b66cdd75835c6fb92bf25c2f68272f55d21cd
tree0f1c2335a99a1c062e84fb72fa7867908b9ec525
parent778610b524fcbfc615d469a5762a68af13f73c86
Cleanup libnettle detection (#1144)

... to use pkg-config compatible variable naming and break out
the code test to a dedicated macro per the style used by other
libraries.

Also, add support for pkg-config library auto-detection.

Also, our libcompat provides local replacement for Base64 on
builds with older libnettle. Fix the library link order to
ensure our functions get linked properly.
14 files changed:
acinclude/nettle.m4 [new file with mode: 0644]
configure.ac
src/Makefile.am
src/auth/basic/NCSA/Makefile.am
src/auth/basic/RADIUS/Makefile.am
src/auth/digest/LDAP/Makefile.am
src/auth/digest/eDirectory/Makefile.am
src/auth/digest/file/Makefile.am
src/auth/negotiate/kerberos/Makefile.am
src/auth/negotiate/wrapper/Makefile.am
src/auth/ntlm/SMB_LM/Makefile.am
src/auth/ntlm/fake/Makefile.am
tools/Makefile.am
tools/squidclient/Makefile.am