Use LDFLAGS when building backend shared objects
authorJonathan McDowell <noodles@earth.li>
Tue, 1 Oct 2013 10:29:12 +0000 (11:29 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 1 Oct 2013 10:29:12 +0000 (11:29 +0100)
commit8f86e280bfab33b772f5ec94fc1fa79a5f762825
tree5413d8e8b09d701df9be0ed0aca10c22dce0de45
parent54288021d24e0b40119d2ffae5a24ecd720d3aca
Use LDFLAGS when building backend shared objects

The LDFLAGS weren't being passed when linking the backend shared
objects; fix that so things like the hardening flags Debian adds
get uses correctly.
Makefile.in