SOURCES: wipe-Makefile.patch - support large files
mmazur
mmazur at pld-linux.org
Sat Dec 9 13:10:18 CET 2006
Author: mmazur Date: Sat Dec 9 12:10:18 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- support large files
---- Files affected:
SOURCES:
wipe-Makefile.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/wipe-Makefile.patch
diff -u SOURCES/wipe-Makefile.patch:1.2 SOURCES/wipe-Makefile.patch:1.3
--- SOURCES/wipe-Makefile.patch:1.2 Sat Jul 10 15:56:28 2004
+++ SOURCES/wipe-Makefile.patch Sat Dec 9 13:10:12 2006
@@ -10,7 +10,7 @@
+CFLAGS=
+CC_LINUX=$(CC)
+
-+CCO_LINUX=-DHAVE_DEV_URANDOM -DHAVE_OSYNC -DHAVE_STRCASECMP -DHAVE_RANDOM -DWEAK_RC6 -DSYNC_WAITS_FOR_SYNC -DFIND_DEVICE_SIZE_BY_BLKGETSIZE -DSIXTYFOUR -D__USE_LARGEFILE -D__USE_FILE_OFFSET64
++CCO_LINUX=-DHAVE_DEV_URANDOM -DHAVE_OSYNC -DHAVE_STRCASECMP -DHAVE_RANDOM -DWEAK_RC6 -DSYNC_WAITS_FOR_SYNC -DFIND_DEVICE_SIZE_BY_BLKGETSIZE -DSIXTYFOUR -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
# default should be to turn off debugging and to turn on optimization.
#CCO_LINUX+=-O9 -pipe -fomit-frame-pointer -finline-functions -funroll-loops -fstrength-reduce
CCO_LINUX+=$(CFLAGS)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/wipe-Makefile.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list