fdupes: remove unneeded patch

This commit is contained in:
Peter Vicman 2017-08-19 15:09:18 +02:00
parent 32406a7410
commit a7ad81dbf6

View File

@ -1,12 +0,0 @@
diff --git a/Makefile b/Makefile
index 1d5e41a..6dc6da4 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,6 @@ MKDIR = mkdir -p
#
# Make Configuration
#
-CC ?= gcc
COMPILER_OPTIONS = -Wall -O -g
CFLAGS= $(COMPILER_OPTIONS) -I. -DVERSION=\"$(VERSION)\" $(EXTERNAL_MD5) $(EXPERIMENTAL_RBTREE) $(OMIT_GETOPT_LONG)