summarylogtreecommitdiffstats
path: root/fix-link-order-ftbfs-gcc4.6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-link-order-ftbfs-gcc4.6.patch')
-rw-r--r--fix-link-order-ftbfs-gcc4.6.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/fix-link-order-ftbfs-gcc4.6.patch b/fix-link-order-ftbfs-gcc4.6.patch
new file mode 100644
index 000000000000..f6294d31f5a2
--- /dev/null
+++ b/fix-link-order-ftbfs-gcc4.6.patch
@@ -0,0 +1,10 @@
+Index: mergelog-4.5.1/src/Makefile.am
+===================================================================
+--- mergelog-4.5.1.orig/src/Makefile.am 2011-09-13 17:03:08.000000000 -0400
++++ mergelog-4.5.1/src/Makefile.am 2011-09-13 17:04:15.000000000 -0400
+@@ -4,4 +4,4 @@
+ $(COMPILE) $(LIBS) -DVERSION=\"$(VERSION)\" -Wall mergelog.c -o $@
+
+ zmergelog: mergelog.c
+- $(COMPILE) $(LIBS) -DVERSION=\"$(VERSION)\" -Wall -DUSE_ZLIB mergelog.c -o $@
++ $(COMPILE) -DVERSION=\"$(VERSION)\" -Wall -DUSE_ZLIB mergelog.c -o $@ $(LIBS)