]> git.ipfire.org Git - thirdparty/squid.git/commit
Add missing CXXFLAGS to several objects (#952)
authorAmos Jeffries <yadij@users.noreply.github.com>
Sun, 9 Jan 2022 12:04:34 +0000 (12:04 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 9 Jan 2022 12:04:37 +0000 (12:04 +0000)
commit82fe21f8e1f0ecc97ad3540f1436ec0fb32d2538
tree9aa28fc8e79de13ad33ac17721e88bef92789884
parent752fa2083698a88533ef23d88490f43f153f7a4c
Add missing CXXFLAGS to several objects (#952)

Target-specific CXXFLAGS customizations should include AM_CXXFLAGS.
Otherwise, their targets are built without SQUID_CXXFLAGS like -Wextra.
src/adaptation/ecap/Makefile.am
src/auth/basic/SMB/Makefile.am
src/auth/basic/SSPI/Makefile.am
tools/Makefile.am