SOURCES: aescrypt2-CFLAGS.patch (NEW) - build with proper CFLAGS

twittner twittner at pld-linux.org
Fri Sep 22 12:45:14 CEST 2006


Author: twittner                     Date: Fri Sep 22 10:45:14 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build with proper CFLAGS

---- Files affected:
SOURCES:
   aescrypt2-CFLAGS.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/aescrypt2-CFLAGS.patch
diff -u /dev/null SOURCES/aescrypt2-CFLAGS.patch:1.1
--- /dev/null	Fri Sep 22 12:45:14 2006
+++ SOURCES/aescrypt2-CFLAGS.patch	Fri Sep 22 12:45:08 2006
@@ -0,0 +1,9 @@
+--- aescrypt2-1.0/Makefile~	2006-09-22 12:39:32.000000000 +0200
++++ aescrypt2-1.0/Makefile	2006-09-22 12:39:53.000000000 +0200
+@@ -1,5 +1,5 @@
+ all:
+-	$(CC) -O -o aescrypt2 aescrypt2.c aes.c sha256.c -D_FILE_OFFSET_BITS=64
++	$(CC) $(CFLAGS) -o aescrypt2 aescrypt2.c aes.c sha256.c -D_FILE_OFFSET_BITS=64
+ 
+ clean:
+ 	rm -f *.o aescrypt2
================================================================


More information about the pld-cvs-commit mailing list