From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/gatling/patches/patch-GNUmakefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/gatling/patches/patch-GNUmakefile (limited to 'package/gatling/patches/patch-GNUmakefile') diff --git a/package/gatling/patches/patch-GNUmakefile b/package/gatling/patches/patch-GNUmakefile new file mode 100644 index 000000000..d95051e6e --- /dev/null +++ b/package/gatling/patches/patch-GNUmakefile @@ -0,0 +1,15 @@ +$Id$ +--- gatling-0.8.orig/GNUmakefile Thu May 19 05:30:26 2005 ++++ gatling-0.8/GNUmakefile Mon Jul 9 11:52:58 2007 +@@ -96,9 +96,10 @@ libiconv: tryiconv.c + dummy.c: + touch $@ + ++RANLIB?=ranlib + libsocketkludge.a: libsocket libiconv dummy.o + ar q $@ dummy.o +- -ranlib $@ ++ -${RANLIB} $@ + + LDLIBS+=`cat libsocket libiconv` + -- cgit v1.2.3