]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix GCC 4.8 eCAP builds after rev.14701
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Jun 2016 05:28:18 +0000 (17:28 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Jun 2016 05:28:18 +0000 (17:28 +1200)
commita023fd8e81aef584909d6a256728ba20666d3bdf
tree6b148951d53bc50bfd4d81bb0584dc967e1bf05a
parentc120c307e0a1dc2ab8cd0137b49ec57228d03f9f
Fix GCC 4.8 eCAP builds after rev.14701

It seems GCC 4.8 at least does not reorder lnker flags so we can't use
the particular LDADD approach there. Use explicit setting of LIBS and
CXXFLAGS instead.
configure.ac