Comment 12 for bug 1472115

Revision history for this message
Stefan Bader (smb) wrote :

FWIW I looked at the current zesty version where it seems possible to drop the filter but still need the explicit set of LDFLAGS, so

override_dh_auto_build:
        CFLAGS="$(CFLAGS) $(CPPFLAGS)" \
        LDFLAGS="$(dpkg-buildflags --get LDFLAGS)" \
        dh_auto_build

appears to be working. Could that be a difference in the way Ubuntu automatically exports flags (or not)?