From: Jonathan McDowell Date: Tue, 1 Oct 2013 10:29:12 +0000 (+0100) Subject: Use LDFLAGS when building backend shared objects X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/8f86e280bfab33b772f5ec94fc1fa79a5f762825?ds=inline;hp=8f86e280bfab33b772f5ec94fc1fa79a5f762825 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. ---