]> the.earth.li Git - onak.git/commitdiff
Re-order linking for backend plugins to cope with ld --as-needed
authorJonathan McDowell <noodles@earth.li>
Sun, 17 May 2015 20:11:04 +0000 (21:11 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 17 May 2015 20:11:04 +0000 (21:11 +0100)
The shared libraries for DB4/curl/PostgreSQL should all come after the
object file that uses them so that ld --as-needed can correctly pick up
the required linkage.

Fixes Debian bug #772433


No differences found