mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
e3b6d84e85
PR: 13804 Submitted by: maintainer
12 lines
381 B
Plaintext
12 lines
381 B
Plaintext
--- SSLpatch.orig Thu Sep 9 14:40:45 1999
|
|
+++ SSLpatch Sun Sep 26 20:21:09 1999
|
|
@@ -95,7 +95,7 @@
|
|
+SSL_INCLUDE= -I$(SSL_BASE)/include
|
|
+SSL_CFLAGS= -DAPACHE_SSL
|
|
+SSL_LIB_DIR= $(SSL_BASE)
|
|
-+SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto
|
|
++SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto $(EXTRA_SSL_LIBS)
|
|
+SSL_APP_DIR= $(SSL_BASE)/apps
|
|
+SSL_APP=/usr/home/ben/work/openssl/apps/openssl
|
|
+
|