Makes LFS support working (again?)  on 32-bit (or at least i386).
Closes #722709 and fixes lintian warning
binary-file-built-without-LFS-support.
 mmv (1.01b-18) UNRELEASED; urgency=low
 
+  * Make LFS support working on 32-bit (again?) by adding the output of
+    "getconf LFS_CFLAGS" to CFLAGS.
+    + Fixes lintian warning binary-file-built-without-LFS-support
+    + Closes #722709
   * Switch to a dh7 style debian/rules file
   * Bump Standards-Version to 3.9.4 (no changes)
   * Apply wrap-and-sort
 
        dh $@
 
 override_dh_auto_build:
-       dh_auto_build -- LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS) -DIS_SYSV -DHAS_DIRENT -DHAS_RENAME"
+       dh_auto_build -- LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS) $(shell getconf LFS_CFLAGS) -DIS_SYSV -DHAS_DIRENT -DHAS_RENAME"