summaryrefslogtreecommitdiff
path: root/www/webstone-ssl/files/patch-ad
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-ad
parentAdd geminifonts 1.0, a set of ukrainian koi8-u fonts for X. (diff)
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>
Diffstat (limited to 'www/webstone-ssl/files/patch-ad')
-rw-r--r--www/webstone-ssl/files/patch-ad25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/webstone-ssl/files/patch-ad b/www/webstone-ssl/files/patch-ad
new file mode 100644
index 000000000000..2f485df1ef9e
--- /dev/null
+++ b/www/webstone-ssl/files/patch-ad
@@ -0,0 +1,25 @@
+--- Makefile.in.orig Mon Oct 30 14:40:23 2000
++++ Makefile.in Mon Oct 30 14:45:31 2000
+@@ -29,7 +29,7 @@
+ VERSION = @VERSION@
+
+ CC = @CC@
+-LIBS = @LIBS@ -lssl -lcrypto #-lm
++LIBS = @LIBS@ -lssl -lcrypto -lcompat #-lm
+ LDFLAGS = @LDFLAGS@
+ INCLUDES =
+ CFLAGS = @CFLAGS@ -DSTONE_SSL
+@@ -47,11 +47,11 @@
+ MAIN3 = genrand.c
+
+ MASTERSRCS = timefunc.c bench.c parse_file_list.c statistics.c \
+- errexit.c sysdep.c
++ errexit.c sysdep.c random.c
+
+ STONESRCS = timefunc.c get.c \
+ parse_file_list.c bench.c statistics.c errexit.c \
+- sysdep.c
++ sysdep.c random.c
+
+ COMPILE = $(CC) $(CFLAGS) $(DEFS) $(INCLUDES)
+