diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-09 00:42:20 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-09 00:42:20 +0000 |
commit | 6a57e829a110bdb9a898f8829c3f95479c641eab (patch) | |
tree | 0918cbad0f15db2753917750099fd7db49e72280 /www/apache13-ssl/files/patch-SSLpatch | |
parent | Add OpenOffice.org 1.1 for Finnish language (diff) |
Changelog:
- Sync with apache13 layout (and some patches)
- use DOCSDIR
- Add no_zombies.patch
- use DIST_SUBDIR=apache
Removed files:
- files/patch-aq
- files/patch-ar
Added files:
- files/patch-httpd.conf-dist
- files/post-patch-conf:httpd.conf-dist.orig
- files/patch-FixPatch
- files/patch-SSLpatch
- files/patch-Makefile.tmpl
- files/patch-src::modules::standard::mod_auth_db.module
- files/patch-src::support::dbmanage
- files/patch-src::support::log_server_status
- files/patch-configure
PR: 58403
Submitted By: MAINTAINER
Diffstat (limited to 'www/apache13-ssl/files/patch-SSLpatch')
-rw-r--r-- | www/apache13-ssl/files/patch-SSLpatch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/apache13-ssl/files/patch-SSLpatch b/www/apache13-ssl/files/patch-SSLpatch new file mode 100644 index 000000000000..db93d4cec5d8 --- /dev/null +++ b/www/apache13-ssl/files/patch-SSLpatch @@ -0,0 +1,15 @@ +--- SSLpatch.orig Thu Jun 20 13:00:27 2002 ++++ SSLpatch Sun Sep 15 14:18:42 2002 +@@ -60,9 +60,9 @@ + +SSL_BASE=/usr/local/ssl + +SSL_INCLUDE= -I$(SSL_BASE)/include + +SSL_CFLAGS= -DAPACHE_SSL +-+SSL_LIB_DIR=/usr/local/ssl/lib +-+SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto +-+SSL_APP_DIR=/usr/local/ssl/bin +++SSL_LIB_DIR=$(SSL_BASE) +++SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto $(EXTRA_SSL_LIBS) +++SSL_APP_DIR=$(SSL_BASE)/apps + +SSL_APP=/usr/local/ssl/bin/openssl + + + ################################################################ |