Author: jfrederic.clere(a)jboss.com
Date: 2009-08-07 03:20:08 -0400 (Fri, 07 Aug 2009)
New Revision: 2530
Modified:
trunk/build/patch/apr-util-1.3.4.patch
Log:
Oops the location where wrong...
Modified: trunk/build/patch/apr-util-1.3.4.patch
===================================================================
--- trunk/build/patch/apr-util-1.3.4.patch 2009-08-06 13:28:38 UTC (rev 2529)
+++ trunk/build/patch/apr-util-1.3.4.patch 2009-08-07 07:20:08 UTC (rev 2530)
@@ -1,25 +1,5 @@
----
apr_ldap.hw.org 2009-08-06 11:41:39.598626923 +0200
-+++ apr_ldap.hw 2009-08-06 11:46:28.145376292 +0200
-@@ -31,7 +31,7 @@
- */
-
- /* this will be defined if LDAP support was compiled into apr-util */
--#define APR_HAS_LDAP 1
-+#define APR_HAS_LDAP 0
-
- /* identify the LDAP toolkit used */
- #define APR_HAS_NETSCAPE_LDAPSDK 0
-@@ -39,7 +39,7 @@
- #define APR_HAS_NOVELL_LDAPSDK 0
- #define APR_HAS_MOZILLA_LDAPSDK 0
- #define APR_HAS_OPENLDAP_LDAPSDK 0
--#define APR_HAS_MICROSOFT_LDAPSDK 1
-+#define APR_HAS_MICROSOFT_LDAPSDK 0
- #define APR_HAS_TIVOLI_LDAPSDK 0
- #define APR_HAS_ZOS_LDAPSDK 0
- #define APR_HAS_OTHER_LDAPSDK 0
----
apu.hw.org 2009-08-06 10:57:56.302397534 +0200
-+++ apu.hw 2009-08-06 11:46:07.515398995 +0200
+--- include/apu.hw 2009-08-06 10:57:56.302397534 +0200
++++ include/apu.hw 2009-08-06 11:46:07.515398995 +0200
@@ -99,7 +99,7 @@
/*
* we always have SDBM (it's in our codebase)
@@ -41,3 +21,23 @@
#define APU_HAVE_ICONV 0
#define APR_HAS_XLATE (APU_HAVE_APR_ICONV || APU_HAVE_ICONV)
+--- include/apr_ldap.hw 2009-08-06 11:41:39.598626923 +0200
++++ include/apr_ldap.hw 2009-08-06 11:46:28.145376292 +0200
+@@ -31,7 +31,7 @@
+ */
+
+ /* this will be defined if LDAP support was compiled into apr-util */
+-#define APR_HAS_LDAP 1
++#define APR_HAS_LDAP 0
+
+ /* identify the LDAP toolkit used */
+ #define APR_HAS_NETSCAPE_LDAPSDK 0
+@@ -39,7 +39,7 @@
+ #define APR_HAS_NOVELL_LDAPSDK 0
+ #define APR_HAS_MOZILLA_LDAPSDK 0
+ #define APR_HAS_OPENLDAP_LDAPSDK 0
+-#define APR_HAS_MICROSOFT_LDAPSDK 1
++#define APR_HAS_MICROSOFT_LDAPSDK 0
+ #define APR_HAS_TIVOLI_LDAPSDK 0
+ #define APR_HAS_ZOS_LDAPSDK 0
+ #define APR_HAS_OTHER_LDAPSDK 0