freebsd-ports/russian/apache13-modssl/files/mod_ssl-fix
Lev A. Serebryakov ebd8be7d06 Fix building of suexec with Russian and SLL patches.
Now mod_ssl patches are applied clean.
2003-10-09 11:25:41 +00:00

13 lines
300 B
Text

--- 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_",