aboutsummaryrefslogtreecommitdiff
path: root/www/webstone-ssl/files/patch-ac
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-03 21:01:58 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-03 21:01:58 +0000
commit078b2344aa8686ab948357c6047debe5f25a11d1 (patch)
tree3dbda7d8647f484aebbc1bd699732505d7d1bbfd /www/webstone-ssl/files/patch-ac
parent30c266fed3634b14083e4afdbf3ac70355fea2d1 (diff)
downloadports-078b2344aa8686ab948357c6047debe5f25a11d1.tar.gz
ports-078b2344aa8686ab948357c6047debe5f25a11d1.zip
Add Webstone-SSL 2.5, a benchmarking tool that supports SSL-enabled
http servers. PR: 22560 Submitted by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
Notes
Notes: svn path=/head/; revision=35634
Diffstat (limited to 'www/webstone-ssl/files/patch-ac')
-rw-r--r--www/webstone-ssl/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/webstone-ssl/files/patch-ac b/www/webstone-ssl/files/patch-ac
new file mode 100644
index 000000000000..111a77922562
--- /dev/null
+++ b/www/webstone-ssl/files/patch-ac
@@ -0,0 +1,13 @@
+--- configure.in.orig Fri Jun 16 05:55:49 2000
++++ configure.in Fri Oct 27 15:15:36 2000
+@@ -79,8 +79,9 @@
+ # Replace `main' with a function in -lm:
+ AC_CHECK_LIB(m, floor)
+-AC_CHECK_LIB(nsl, gethostbyname)
+-AC_CHECK_LIB(socket, connect, AC_SUBST(LIBS), , -lnsl)
++#AC_CHECK_LIB(nsl, gethostbyname)
++#AC_CHECK_LIB(socket, connect, AC_SUBST(LIBS), , -lnsl)
++AC_CHECK_LIB(c, connect)
+
+ #
+ # checks for header files