]> git.ipfire.org Git - thirdparty/sarg.git/commit
Fix a link error with libpcre
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 28 Nov 2013 18:47:35 +0000 (19:47 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Thu, 28 Nov 2013 18:47:35 +0000 (19:47 +0100)
commitf6185ca7b0b32cccec8ef90606ff5ca58da4e222
treea3712e7f42c3634201c624b4ad970627843a00fd
parentdfbbe8fa1e04912858a1ccffd2d2855fa72fa71a
Fix a link error with libpcre

Libpcre was linked at the beginning of the link command. It was fine with
some compilers but not with others.

Libraries are supposed to be linked after every *.o file that use them or
some linker (gold?) reports errors about undefined references to functions.

Thanks to Micha Voss for reporting this problem and testing the solution.
configure.in