]> git.ipfire.org Git - thirdparty/squid.git/commit - src/Common.am
Fix linker errors "relocation R_X86_64_32 against .rodata"
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 12 Dec 2013 09:41:39 +0000 (01:41 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 12 Dec 2013 09:41:39 +0000 (01:41 -0800)
commit4de1e2da715c0be7c7ca1163542904df3e3e60be
treec766bc098a1519b0067596b0fc3183b9cb365ebd
parent523ac9a5e05206f6def03307306c637f359ffe29
Fix linker errors "relocation R_X86_64_32 against .rodata"

... "can not be used when making a shared object; recompile with -fPIC"

Caused by some libraries built without libtool in certain environments.
NP: there are other libraries in Squid built without libtool but they
    appear not to be having these linker issues at this time.

Also, fixes "undefined symbol eui64_aton" uncovered by these changes.
compat/Makefile.am
compat/eui64_aton.c
compat/eui64_aton.h
configure.ac
lib/snmplib/Makefile.am
src/Common.am
src/Makefile.am