trawick 2003/12/22 14:43:49
Modified: . Tag: APU_0_9_BRANCH CHANGES
build Tag: APU_0_9_BRANCH apu-hints.m4
Log:
Fix xlate.c compile failure on AIX 5.2.
AIX 5.2 has the more modern declaration of iconv(), where the
input buffer is no longer const.
APR_TRY_COMPILE_NO_WARNING doesn't work with native AIX compiler
yet, so for now we still need to hard-code this.
PR: 25701
Revision Changes Path
No revision
No revision
1.117.2.3 +2 -0 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.117.2.2
retrieving revision 1.117.2.3
diff -u -r1.117.2.2 -r1.117.2.3
--- CHANGES 6 Dec 2003 01:29:11 -0000 1.117.2.2
+++ CHANGES 22 Dec 2003 22:43:49 -0000 1.117.2.3
@@ -1,5 +1,7 @@
Changes with APR-util 0.9.5
+ *) Fix xlate.c compile failure on AIX 5.2. PR 25701. [Jeff Trawick]
+
*) Fixed a bug in apr_rmm that would cause it to mishandle blocks of
a size close to the one requested from the allocator.
[Kevin Wang <xwang_tech yahoo.com>]
No revision
No revision
1.3.2.1 +1 -1 apr-util/build/apu-hints.m4
Index: apu-hints.m4
===================================================================
RCS file: /home/cvs/apr-util/build/apu-hints.m4,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- apu-hints.m4 28 May 2003 04:45:46 -0000 1.3
+++ apu-hints.m4 22 Dec 2003 22:43:49 -0000 1.3.2.1
@@ -24,7 +24,7 @@
*-hp-hpux11.*)
APR_SETIFNULL(apu_crypt_threadsafe, [1])
;;
- *-ibm-aix*)
+ *-ibm-aix4*|*-ibm-aix5.1*)
APR_SETIFNULL(apu_iconv_inbuf_const, [1])
;;
*-ibm-os390)