6a57e829a1
- 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
15 lines
525 B
Text
15 lines
525 B
Text
--- 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
|
|
+
|
|
################################################################
|