diff options
author | lev <lev@FreeBSD.org> | 2003-10-09 19:25:41 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2003-10-09 19:25:41 +0800 |
commit | 4f855eac9f0b69afbc8d18703633278b3a03320d (patch) | |
tree | 01bf1e94eeb2a99e38b5dcdf5277fb30adf7264e /russian/apache13-modssl/files | |
parent | 2890549ae4833a7da8a9d8b9d97b125b4061bc60 (diff) | |
download | freebsd-ports-gnome-4f855eac9f0b69afbc8d18703633278b3a03320d.tar.gz freebsd-ports-gnome-4f855eac9f0b69afbc8d18703633278b3a03320d.tar.zst freebsd-ports-gnome-4f855eac9f0b69afbc8d18703633278b3a03320d.zip |
Fix building of suexec with Russian and SLL patches.
Now mod_ssl patches are applied clean.
Diffstat (limited to 'russian/apache13-modssl/files')
-rw-r--r-- | russian/apache13-modssl/files/mod_ssl-fix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/russian/apache13-modssl/files/mod_ssl-fix b/russian/apache13-modssl/files/mod_ssl-fix new file mode 100644 index 000000000000..60d5d06db50d --- /dev/null +++ b/russian/apache13-modssl/files/mod_ssl-fix @@ -0,0 +1,13 @@ +--- pkg.sslsup/sslsup.patch.orig Thu Oct 9 15:08:28 2003 ++++ pkg.sslsup/sslsup.patch Thu Oct 9 15:08:56 2003 +@@ -480,6 +480,10 @@ + { + /* variable name starts with */ + "HTTP_", ++#ifdef RUSSIAN_APACHE ++ "CHARSET", ++ "CHARSET_", ++#endif + +#ifdef MOD_SSL + + "HTTPS_", + + "SSL_", |