summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000000000000..7ccf20e782c5
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,13 @@
+--- Makefile 2006-06-17 19:47:35.000000000 -0300
++++ Makefile 2013-02-14 10:33:52.762905241 -0300
+@@ -23,8 +23,8 @@
+ #ZLIB = -L$(ZPATH) -lz
+ ZLIB = $(ZPATH)/libz.a
+
+-INCS = $(ZINC)
+-LIBS = $(ZLIB)
++INCS =
++LIBS = -lz
+
+ CC = gcc
+ LD = gcc