]> git.pld-linux.org Git - packages/aescrypt2.git/blame - aescrypt2-CFLAGS.patch
- tabs in preamble
[packages/aescrypt2.git] / aescrypt2-CFLAGS.patch
CommitLineData
fa25c30f 1--- aescrypt2-1.0/Makefile~ 2006-09-22 12:39:32.000000000 +0200
2+++ aescrypt2-1.0/Makefile 2006-09-22 12:39:53.000000000 +0200
3@@ -1,5 +1,5 @@
4 all:
5- $(CC) -O -o aescrypt2 aescrypt2.c aes.c sha256.c -D_FILE_OFFSET_BITS=64
6+ $(CC) $(CFLAGS) -o aescrypt2 aescrypt2.c aes.c sha256.c -D_FILE_OFFSET_BITS=64
7
8 clean:
9 rm -f *.o aescrypt2
This page took 0.062606 seconds and 4 git commands to generate.