diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-11-08 11:23:25 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-11-08 11:23:25 +0000 |
commit | 6ac1f43ebb101442eae40e9166892081ea5db281 (patch) | |
tree | 8c683468ff48f2d222914825e1ce3bb0db1b6af3 /russian/apache13-modssl/files/patch-ah | |
parent | Update module: squid. (diff) |
Upgrade to Apache 1.3.22, RA 30.9 and mod_ssl 2.8.5.
PR: 31797
Submitted by: Petr Rehor <petr.dehor@decros.cz>
Diffstat (limited to 'russian/apache13-modssl/files/patch-ah')
-rw-r--r-- | russian/apache13-modssl/files/patch-ah | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/russian/apache13-modssl/files/patch-ah b/russian/apache13-modssl/files/patch-ah index e46ddf60928d..12be4a63bfa4 100644 --- a/russian/apache13-modssl/files/patch-ah +++ b/russian/apache13-modssl/files/patch-ah @@ -1,18 +1,18 @@ ---- src/modules/ssl/Makefile.tmpl.orig Thu Dec 30 15:58:07 1999 -+++ src/modules/ssl/Makefile.tmpl Wed Feb 9 11:43:49 2000 -@@ -122,6 +122,11 @@ +--- src/modules/ssl/Makefile.tmpl.orig Mon Jan 1 19:48:52 2001 ++++ src/modules/ssl/Makefile.tmpl Mon Oct 22 20:45:05 2001 +@@ -128,6 +128,11 @@ ## END-USER AREA ## +# This requires special handling to get the correct versions of include files: +# ../../include/fnmatch.h instead of /usr/include/fnmatch.h -+# /usr/include/opssl/*.h instead of /usr/local/include/openssl.h ++# /usr/include/openssl/*.h instead of /usr/local/include/openssl.h +MY_CFLAGS= $(INCLUDES0) $(SSL_CFLAGS) $(INCLUDES1) $(EXTRA_INCLUDES) $(CFLAGS) + all: lib lib: $(LIB) -@@ -138,10 +143,10 @@ +@@ -144,10 +149,10 @@ .SUFFIXES: .o .lo .c.o: @@ -25,7 +25,7 @@ clean: rm -f $(OBJS) $(OBJS_PIC) -@@ -186,7 +191,7 @@ +@@ -201,7 +206,7 @@ depend: cp Makefile.tmpl Makefile.tmpl.bak \ && sed -ne '1,/^# DO NOT REMOVE/p' Makefile.tmpl > Makefile.new \ |