diff -r 000000000000 -r 33c246763c8a patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch Sat Jul 26 09:31:07 2008 +0000 @@ -0,0 +1,12 @@ +diff -dur ELFkickers.orig/sstrip/Makefile ELFkickers/sstrip/Makefile +--- ELFkickers.orig/sstrip/Makefile 2001-03-24 12:58:27.000000000 +0100 ++++ ELFkickers/sstrip/Makefile 2007-05-31 21:17:18.000000000 +0200 +@@ -1,7 +1,7 @@ + # Makefile for sstrip + + sstrip: sstrip.c +- gcc -ggdb -Wall -W -o sstrip sstrip.c ++ $(CC) -Wall -W -o sstrip sstrip.c + + clean: + rm -f sstrip