[package] add gatling web server (#6914)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33044 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
net/gatling/patches/001-fix_ld_libs.patch
Normal file
11
net/gatling/patches/001-fix_ld_libs.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- gatling-0.11/GNUmakefile 2010-02-09 21:49:18.448989774 +0000
|
||||
+++ gatling-0.11_new/GNUmakefile 2010-02-09 21:52:44.821469886 +0000
|
||||
@@ -151,7 +151,7 @@
|
||||
ar q $@ dummy.o
|
||||
-ranlib $@
|
||||
|
||||
-LDLIBS+=`cat libsocket libiconv libcrypt`
|
||||
+LDLIBS+=-lcrypto -liconv -lcrypt
|
||||
|
||||
$(TARGETS): libsocketkludge.a libsocket libiconv libcrypt md5lib
|
||||
|
Reference in New Issue
Block a user