Package: m4 / 1.4.14-3

Metadata

Package Version Patches format
m4 1.4.14-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 no usr share info dir gz | (download)

doc/Makefile.in | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 modified doc/makefile.in to avoid /usr/share/info/dir.gz.
X-Debian-version: 1.4.13-2


02 workaround for binutils bug on mips | (download)

tests/signature.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 workaround for binutils bug which shows on mips/mipsel
X-Debian-version: 1.4.14-2


03 missing sys stat include | (download)

src/m4.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 1/3] fix build on newer glibc.
Bug-Debian: http://bugs.debian.org/584777
X-Debian-version: 1.4.14-3

POSIX allows, but does not require, that <fcntl.h> implicitly
includes <sys/stat.h>.  Until recent glibc, most systems did
this implicit inclusion, and m4 was mistakenly relying on it.

* src/m4.h (includes): Add <sys/stat.h>.
Reported by Todd Rinaldo.

Signed-off-by: Eric Blake <eblake@redhat.com>