Fix configure script to honor buildflags
authorDarshaka Pathirana <dpat@syn-net.org>
Sun, 10 Jun 2018 23:40:23 +0000 (01:40 +0200)
committerDarshaka Pathirana <dpat@syn-net.org>
Tue, 12 Jun 2018 22:54:19 +0000 (00:54 +0200)
commit947d3e8728be9aa18cac56692e5773b9a09f9f00
treee2815ecab3aff2029ea5cee7a7cebb63f490e3f9
parent6fdfbb1a1251c566bc7dbac486db5a8cfc54d0d9
Fix configure script to honor buildflags

When using the the buildflags which are exported when setting the
DPKG_EXPORT_BUILDFLAGS variable (or when trying to set some custom
buildflags manually) the build process failed with something like this:

  cc1: error: -Werror=format-security-g: no option -Wformat-security-g

This was caused by a missing whitespace when concatenating the CFLAGS
and LDFLAGS variables.
debian/patches/01-fix-configure [new file with mode: 0644]
debian/patches/series