]> git.pld-linux.org Git - packages/apache-mod_encoding.git/commitdiff
- from homepage, not applied, but should be...
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 9 Jun 2006 16:14:09 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_encoding-iconv_h.patch -> 1.1

apache-mod_encoding-iconv_h.patch [new file with mode: 0644]

diff --git a/apache-mod_encoding-iconv_h.patch b/apache-mod_encoding-iconv_h.patch
new file mode 100644 (file)
index 0000000..747e308
--- /dev/null
@@ -0,0 +1,13 @@
+--- mod_encoding.c.orig        Mon Jan 27 00:45:55 2003
++++ mod_encoding.c     Mon Jan 27 00:48:37 2003
+@@ -17,8 +17,9 @@
+ #include <http_protocol.h>
+ #include <http_request.h>
+ /* #include <ap_compat.h> */
++#include <apr_strings.h>
+-#include <iconv.h>
++#include "iconv.h.replace"
+ /**
+  * Core part of the module.
This page took 0.029727 seconds and 4 git commands to generate.