summaryrefslogtreecommitdiffstats
path: root/package/wipe
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-03-30 18:07:32 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-01 22:53:11 +0200
commit415765b5a8861f3b7e86e9786bf903a5a4d09e73 (patch)
tree71ca825afa12aa5ef70555199f73b9588697e068 /package/wipe
parent9d188366ea5c13731425384b2beafef9c2e2f740 (diff)
downloadbuildroot-415765b5a8861f3b7e86e9786bf903a5a4d09e73.tar.gz
buildroot-415765b5a8861f3b7e86e9786bf903a5a4d09e73.zip
packages: remove non-lfs enabler patches
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wipe')
-rw-r--r--package/wipe/0001-dont-force-lfs.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/wipe/0001-dont-force-lfs.patch b/package/wipe/0001-dont-force-lfs.patch
deleted file mode 100644
index 08916e24a8..0000000000
--- a/package/wipe/0001-dont-force-lfs.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-LARGEFILE support shouldn't be forced into CFLAGS
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-
-diff -Nura wipe-2.3.1/configure.in wipe-2.3.1-lfs/configure.in
---- wipe-2.3.1/configure.in 2009-06-15 22:55:11.000000000 -0300
-+++ wipe-2.3.1-lfs/configure.in 2012-03-05 11:25:30.463221948 -0300
-@@ -91,7 +91,7 @@
- test "$with_efence" = "yes" && temp2CFLAGS="$debugCFLAGS" && LIBS="-lefence"
-
- DEBUG="$debugCFLAGS $fullCFLAGS"
--fullCFLAGS="$temp2CFLAGS $fullCFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
-+fullCFLAGS="$temp2CFLAGS $fullCFLAGS"
- CFLAGS="$checkCFLAGS -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES"
-
- dnl Checks for libraries.
OpenPOWER on IntegriCloud