]> the.earth.li Git - onak.git/commit
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)
commit40db37d30b4d0172e33a5419365f999ee6e4827d
tree02d7c3b4b05f2089c63bb7f48ccea8a2638759b3
parenta8fdcdb2112c5cdb795818fe5a6c9e4261713d90
Re-order linking for backend plugins to cope with ld --as-needed

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
Makefile.in