From: Paul Eggert Date: Sat, 24 Sep 2005 23:14:21 +0000 (+0000) Subject: * Makefile.am (libcoreutils_a_SOURCES): Remove mbchar.c. X-Git-Tag: v5.90~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=545dd954d98c611e9b157a718d472563d1e746ad;p=thirdparty%2Fcoreutils.git * Makefile.am (libcoreutils_a_SOURCES): Remove mbchar.c. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e1b26fad60..83fd1743c0 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2005-09-24 Paul Eggert + * Makefile.am (libcoreutils_a_SOURCES): Remove mbchar.c, since + it doesn't build in OpenBSD 3.4. See + . + * 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__(()).