summaryrefslogtreecommitdiff
path: root/patches/ELFkickers
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-10 01:35:27 (GMT)
committerGitHub <noreply@github.com>2016-11-10 01:35:27 (GMT)
commita76c549823fd0063de999786b6dc583847db091e (patch)
tree04a51e165125497bbcb1b1d8865958c4cd14de5b /patches/ELFkickers
parent23e9a03a3f4a5eaded6cadbe4d808997879450d1 (diff)
parentdc280e477d6af7702e2481c17af20a7db83814d9 (diff)
Merge pull request #452 from KirillSmirnov/janitorial
Janitorial: update patches
Diffstat (limited to 'patches/ELFkickers')
-rw-r--r--patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch b/patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch
deleted file mode 100644
index 373136b..0000000
--- a/patches/ELFkickers/2.0a/100-use_CC_not_gcc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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