summaryrefslogtreecommitdiff
path: root/package/gatling/patches/patch-GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gatling/patches/patch-GNUmakefile')
-rw-r--r--package/gatling/patches/patch-GNUmakefile15
1 files changed, 15 insertions, 0 deletions
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`
+