]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 5489: Fix "make check" linking on Solaris (#2049)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sun, 13 Apr 2025 22:56:57 +0000 (22:56 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 14 Apr 2025 08:18:18 +0000 (08:18 +0000)
commitfefaea1e399d3d8d5e70fc40ddab6ad43fdbe5c4
tree44fa998e90382e8ab96f79509e6d3624e4d204ba
parentbe644428badcda3ab089072d879aec147212f9ab
Bug 5489: Fix "make check" linking on Solaris (#2049)

Change link order of libcomm and libip to fix missing symbols at link
time on Solaris:

    libtool: link: /usr/gcc/14/bin/g++ ... -o tests/testCacheManager
    _ZN2Ip11InterceptorE ... libcomm.a
    _ZN2Ip9Intercept9LookupNatERKN4Comm10ConnectionE ... libcomm.a
    ld: fatal: symbol referencing errors
src/Makefile.am