Author: mladen.turk(a)jboss.com
Date: 2007-10-18 02:08:52 -0400 (Thu, 18 Oct 2007)
New Revision: 1134
Added:
trunk/build/patch/apr-1.2.9.patch
Log:
Oops. Revert cause old builds depend on 1.2.9
Copied: trunk/build/patch/apr-1.2.9.patch (from rev 1132,
trunk/build/patch/apr-1.2.9.patch)
===================================================================
--- trunk/build/patch/apr-1.2.9.patch (rev 0)
+++ trunk/build/patch/apr-1.2.9.patch 2007-10-18 06:08:52 UTC (rev 1134)
@@ -0,0 +1,24 @@
+--- include/apr.hw
++++ include/apr.hw
+@@ -217,7 +217,7 @@
+ #define APR_HAVE_IN_ADDR 1
+ #define APR_HAVE_INET_ADDR 1
+ #define APR_HAVE_INET_NETWORK 0
+-#define APR_HAVE_IPV6 0
++#define APR_HAVE_IPV6 1
+ #define APR_HAVE_MEMMOVE 1
+ #define APR_HAVE_SETRLIMIT 0
+ #define APR_HAVE_SIGACTION 0
+--- misc/win32/rand.c
++++ misc/win32/rand.c
+@@ -14,9 +14,8 @@
+ * limitations under the License.
+ */
+
+-#include <windows.h>
+-#include <wincrypt.h>
+ #include "apr.h"
++#include <wincrypt.h>
+ #include "apr_private.h"
+ #include "apr_general.h"
+ #include "apr_portable.h"
Show replies by date