[fdupes/el5] added Patch3: fdupes-1.51-obey-ldflags.patch to repo

Björn Esser besser82 at fedoraproject.org
Tue Mar 18 12:51:41 UTC 2014


commit 2fefedf7da42a6e73894e6d361e65b054ce80001
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Tue Mar 18 13:51:11 2014 +0100

    added Patch3: fdupes-1.51-obey-ldflags.patch to repo

 fdupes-1.51-obey-ldflags.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/fdupes-1.51-obey-ldflags.patch b/fdupes-1.51-obey-ldflags.patch
new file mode 100644
index 0000000..dfb741a
--- /dev/null
+++ b/fdupes-1.51-obey-ldflags.patch
@@ -0,0 +1,13 @@
+Index: fdupes-1.51/Makefile
+===================================================================
+--- fdupes-1.51.orig/Makefile
++++ fdupes-1.51/Makefile
+@@ -102,7 +102,7 @@ OBJECT_FILES = fdupes.o md5/md5.o $(ADDI
+ all: fdupes
+ 
+ fdupes: $(OBJECT_FILES)
+-	$(CC) $(CFLAGS) -o fdupes $(OBJECT_FILES)
++	$(CC) $(CFLAGS) $(LDFLAGS) -o fdupes $(OBJECT_FILES)
+ 
+ installdirs:
+ 	test -d $(DESTDIR)$(BIN_DIR) || $(MKDIR) $(DESTDIR)$(BIN_DIR)


More information about the scm-commits mailing list