diff options
author | 2004-10-08 00:36:02 +0000 | |
---|---|---|
committer | 2004-10-08 00:36:02 +0000 | |
commit | 1c615d0e99a60ef0cf616e46b13ab76dbe91ef4c (patch) | |
tree | 62eb48e8a5834843fa12c61b6c2a4687fef3b288 /sys-fs/xfsprogs/ChangeLog | |
parent | Stable on x86 wrt security bug #66357 (Manifest recommit) (diff) | |
download | gentoo-2-1c615d0e99a60ef0cf616e46b13ab76dbe91ef4c.tar.gz gentoo-2-1c615d0e99a60ef0cf616e46b13ab76dbe91ef4c.tar.bz2 gentoo-2-1c615d0e99a60ef0cf616e46b13ab76dbe91ef4c.zip |
some uclibc loving and a configure fix #65735
Diffstat (limited to 'sys-fs/xfsprogs/ChangeLog')
-rw-r--r-- | sys-fs/xfsprogs/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys-fs/xfsprogs/ChangeLog b/sys-fs/xfsprogs/ChangeLog index bda6fab6dff7..22664647b1d9 100644 --- a/sys-fs/xfsprogs/ChangeLog +++ b/sys-fs/xfsprogs/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for sys-fs/xfsprogs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.23 2004/09/22 03:36:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/ChangeLog,v 1.24 2004/10/08 00:36:02 vapier Exp $ + + 07 Oct 2004; <solar@gentoo.org> +files/2.6.13-uclibc-mincore.patch, + xfsprogs-2.6.13.ebuild: + mincore() does not appear to be part of POSIX or the Single Unix + Specification. So we patch it out for uclibc builds. + + 07 Oct 2004; Mike Frysinger <vapier@gentoo.org> xfsprogs-2.6.13.ebuild, + +files/2.6.13-configure.patch: + Add patch to fix configure mis-detection #65735 by Marc Bevand. 21 Sep 2004; Mike Frysinger <vapier@gentoo.org> xfsprogs-2.6.13.ebuild: Make nls support optional #64862 by Aaron GIpson. |