use OPENSSLINC/LIB to fix build on RELENG_3.

PR:		25680
Submitted by:	maintainer
This commit is contained in:
FUJISHIMA Satsuki 2001-03-12 19:55:49 +00:00
parent 7a7b428008
commit c496f39624
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39691
3 changed files with 28 additions and 27 deletions

View file

@ -22,6 +22,9 @@ WRKSRC= ${WRKDIR}/WebStone${PORTVERSION}/src
ALL_TARGET= install
NO_INSTALL_MANPAGES= yes
CONFIGURE_ENV= "CFLAGS=${CFLAGS} -I${OPENSSLINC}" \
LIBS=-L${OPENSSLLIB}
do-install:
@${RMDIR} ${WRKSRC}/../bin/runs
@${MKDIR} ${PREFIX}/webstone-ssl/bin

View file

@ -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

View file

@ -1,25 +0,0 @@
--- 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)