]> 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)
committerFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Thu, 17 Apr 2025 06:45:32 +0000 (07:45 +0100)
commit9b9eb298571b324d70335a5d571d4fcd7d750fbf
tree715a8f92afd1d7f0c8cf0b7388db36f465de6174
parent37372f15d58a38b630c83b3eadd6f6f73d458fec
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