summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PATCHES/zlib_ranlib.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/PATCHES/zlib_ranlib.patch b/PATCHES/zlib_ranlib.patch
index 6dc9b72..9af425b 100644
--- a/PATCHES/zlib_ranlib.patch
+++ b/PATCHES/zlib_ranlib.patch
@@ -5,9 +5,9 @@ diff -ruNb zlib-1.2.11.orig/Makefile.in zlib-1.2.11/Makefile.in
gcov inf*.c
libz.a: $(OBJS)
-+ $(RANLIB) $@
$(AR) $(ARFLAGS) $@ $(OBJS)
- -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
++ -$(RANLIB) $@
match.o: match.S
$(CPP) match.S > _match.s