summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2006-03-16 09:41:51 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2006-03-16 09:41:51 +0000
commitab590454bb64cec627b7907736410d2b200a2971 (patch)
tree6ebb1824c3774bf5513942f9de158164753016b8 /CHANGES
parent2c858b0fae9332c3267bbd9d0276f59e00299a3b (diff)
downloadlibapr-ab590454bb64cec627b7907736410d2b200a2971.tar.gz
Merge r64972 from trunk, fixing apr_strerror() with glibc 2.4:
Stop messing around with _FOO_SOURCE things mid-configure: enable _GNU_SOURCE for glibc-based systems in the platform hints. (and avoid jumping through hoops to define _{XOPEN,BSD,SVID}_SOURCE which are all implied by _GNU_SOURCE anyway) * build/apr_hints.m4: Define _GNU_SOURCE in CPPFLAGS for GNU/HURD and GNU/Linux. * build/apr_common.m4: Remove tricks to get glibc to expose crypt_r. * configure.in: Remove tricks to get glibc to expose pthread_rwlock_t. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@386299 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 822837850..7af359955 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
Changes with APR 0.9.9
+ *) Fix apr_strerror() with glibc 2.4. [Joe Orton]
+
*) Install mkdir.sh, make_exports.awk, make_var_export.awk to the APR
installbuilddir, and provide working accessor variables in
apr_rules.mk.