Author: jfrederic.clere(a)jboss.com
Date: 2009-08-06 05:49:41 -0400 (Thu, 06 Aug 2009)
New Revision: 2528
Modified:
trunk/build/patch/apr-util-1.3.4.patch
Log:
Prevent using ldap and dbd modules.
Modified: trunk/build/patch/apr-util-1.3.4.patch
===================================================================
--- trunk/build/patch/apr-util-1.3.4.patch 2009-08-06 08:59:15 UTC (rev 2527)
+++ trunk/build/patch/apr-util-1.3.4.patch 2009-08-06 09:49:41 UTC (rev 2528)
@@ -1,8 +1,40 @@
----
include/apu.hw.org 2009-08-06 10:57:56.302397534 +0200
-+++ include/apu.hw 2009-08-06 10:58:04.683627314 +0200
-@@ -119,7 +119,7 @@
+---
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
+@@ -99,7 +99,7 @@
+ /*
+ * we always have SDBM (it's in our codebase)
+ */
+-#define APU_HAVE_SDBM 1
++#define APU_HAVE_SDBM 0
+ #define APU_HAVE_GDBM 0
+ #define APU_HAVE_NDBM 0
+ #define APU_HAVE_DB 0
+@@ -117,9 +117,9 @@
+ #define APU_HAVE_FREETDS 0
+ #endif
/* Windows always has ODBC */
- #define APU_HAVE_ODBC 1
+-#define APU_HAVE_ODBC 1
++#define APU_HAVE_ODBC 0
-#define APU_HAVE_APR_ICONV 1
+#define APU_HAVE_APR_ICONV 0