wipe-dont-force-lfs.patch 688 B

12345678910111213141516
  1. LARGEFILE support shouldn't be forced into CFLAGS
  2. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  3. diff -Nura wipe-2.3.1/configure.in wipe-2.3.1-lfs/configure.in
  4. --- wipe-2.3.1/configure.in 2009-06-15 22:55:11.000000000 -0300
  5. +++ wipe-2.3.1-lfs/configure.in 2012-03-05 11:25:30.463221948 -0300
  6. @@ -91,7 +91,7 @@
  7. test "$with_efence" = "yes" && temp2CFLAGS="$debugCFLAGS" && LIBS="-lefence"
  8. DEBUG="$debugCFLAGS $fullCFLAGS"
  9. -fullCFLAGS="$temp2CFLAGS $fullCFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
  10. +fullCFLAGS="$temp2CFLAGS $fullCFLAGS"
  11. CFLAGS="$checkCFLAGS -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES"
  12. dnl Checks for libraries.