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)
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.


No differences found