aboutsummaryrefslogtreecommitdiff
path: root/www/apache13-ssl/files/patch-SSLpatch
blob: 188e59f2d11291074e39599bb7d459854b018ddd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- SSLpatch.orig	Sat Jan 14 13:45:38 2006
+++ SSLpatch	Sat Jan 14 13:47:30 2006
@@ -60,10 +60,10 @@
 +SSL_BASE=/usr
 +SSL_INCLUDE= -I$(SSL_BASE)/include
 +SSL_CFLAGS= -DAPACHE_SSL
-+SSL_LIB_DIR=/usr/lib
-+SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto
-+SSL_APP_DIR=/usr/bin
-+SSL_APP=/usr/bin/openssl
++SSL_LIB_DIR=$(SSL_BASE)
++SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto $(EXTRA_SSL_LIBS)
++SSL_APP_DIR=$(SSL_BASE)/bin
++SSL_APP=$(SSL_APP_DIR)/openssl
 +
  ################################################################
  # Name of the installed Apache HTTP webserver.