summaryrefslogtreecommitdiff
path: root/security/sslproxy/files/patch-aa
blob: 46fa098516a4b1c232cb09cef3320d0812e03a3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Makefile.orig	Sun Jun 14 15:52:50 1998
+++ Makefile	Sat Jul 31 11:12:56 1999
@@ -12,13 +12,13 @@
 # if you use cc, remove the -Wall and -g options
 CC= gcc
 
-SSLROOT= /usr/local/ssl
+SSLROOT= /usr/local
 
-CFLAGS= -Wall -I$(SSLROOT)/include -O
+CFLAGS+= -I$(SSLROOT)/include
 # for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add
 # -DHP to the CFLAGS variable
 
-LIBS = -L$(SSLROOT)/lib -lssl -lcrypto
+LIBS = -L$(SSLROOT)/lib -lssl -lcrypto $(EXTRA_SSL_LIBS)
 
 OBJ =	sslproxy.o