summaryrefslogtreecommitdiff
path: root/www/webstone-ssl/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/webstone-ssl/files/patch-ab')
-rw-r--r--www/webstone-ssl/files/patch-ab27
1 files changed, 25 insertions, 2 deletions
diff --git a/www/webstone-ssl/files/patch-ab b/www/webstone-ssl/files/patch-ab
index d2f98058f3b5..a4170aef79e5 100644
--- a/www/webstone-ssl/files/patch-ab
+++ b/www/webstone-ssl/files/patch-ab
@@ -1,5 +1,28 @@
---- Makefile.in.orig Mon Sep 4 18:52:21 2000
-+++ Makefile.in Mon Sep 4 18:52:45 2000
+--- Makefile.in.orig Fri Jun 16 05:49:19 2000
++++ Makefile.in Tue Mar 13 04:51:41 2001
+@@ -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)
+
@@ -64,9 +64,9 @@
.SUFFIXES:
.SUFFIXES: .c .o