apr/apr.patch

Tue, 28 Aug 2012 18:28:45 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:28:45 +0200
changeset 528
3b08e6396b45
permissions
-rw-r--r--

Massively update from 5.1 to 5.5 release, completely changing from
autotools to cmake build configuration along with the corresponding
corrections. Correct some less important problems like typical german
english mistakes, as well as use parallel make for faster builds with
SMP and multicore architectures. Warning, the 5.5 releases of MySQL
seem to be equally bug ridden as the 5.1 are, for example building
the NDBCluster storage engine fails.

     1 Index: apr-util-1.4.1/apu-config.in
     2 --- apr-util-1.4.1/apu-config.in.orig	2010-11-26 15:21:37.000000000 +0100
     3 +++ apr-util-1.4.1/apu-config.in	2011-12-14 09:09:13.000000000 +0100
     4 @@ -27,7 +27,7 @@
     5  libdir="@libdir@"
     6  includedir="@includedir@"
     8 -LIBS="@APRUTIL_EXPORT_LIBS@"
     9 +LIBS="@APRUTIL_EXPORT_LIBS@ @LIBS@"
    10  INCLUDES="@APRUTIL_INCLUDES@"
    11  LDFLAGS="@APRUTIL_LDFLAGS@"
    12  LDAP_LIBS="@LDADD_ldap@"
    13 Index: apr-util-1.4.1/include/private/apu_select_dbm.h.in
    14 --- apr-util-1.4.1/include/private/apu_select_dbm.h.in.orig	2007-01-15 20:00:58.000000000 +0100
    15 +++ apr-util-1.4.1/include/private/apu_select_dbm.h.in	2011-12-14 09:09:13.000000000 +0100
    16 @@ -25,4 +25,9 @@
    17  #define APU_USE_GDBM    @apu_use_gdbm@
    18  #define APU_USE_DB      @apu_use_db@
    20 +#define APU_HAVE_SDBM    @apu_have_sdbm@
    21 +#define APU_HAVE_NDBM    @apu_have_ndbm@
    22 +#define APU_HAVE_GDBM    @apu_have_gdbm@
    23 +#define APU_HAVE_DB      @apu_have_db@
    24 +
    25  #endif	/* !APU_SELECT_DBM_H */

mercurial