summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-24 23:14:21 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-24 23:14:21 +0000
commit545dd954d98c611e9b157a718d472563d1e746ad (patch)
tree04ed6efcf75822d2e14b5fc207ac815d60b82648 /lib
parent944e020290a18a8b72b39484228b9a8b9786d7ed (diff)
downloadcoreutils-545dd954d98c611e9b157a718d472563d1e746ad.tar.xz
* Makefile.am (libcoreutils_a_SOURCES): Remove mbchar.c.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e1b26fad6..83fd1743c 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,9 @@
2005-09-24 Paul Eggert <eggert@cs.ucla.edu>
+ * Makefile.am (libcoreutils_a_SOURCES): Remove mbchar.c, since
+ it doesn't build in OpenBSD 3.4. See
+ <http://lists.gnu.org/archive/html/bug-gnulib/2005-09/msg00242.html>.
+
* regex_internal.h (__attribute): Define to nothing for GCC 2.
This works around a core dump on OpenBSD 3.4, which has GCC
2.95.3, which dumps core when given __attribute__(()).