diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-05 01:53:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-05 01:53:39 +0000 |
commit | 33a1e9a4099cc1ff87600ce97fe1c528ac0894f5 (patch) | |
tree | 5b39466f0a7981d93dc24dca4539da4a55482b0d /sys-libs/glibc/glibc-2.3.2-r12.ebuild | |
parent | changed the confusing linux-2.6 + devfs warning message (diff) | |
download | historical-33a1e9a4099cc1ff87600ce97fe1c528ac0894f5.tar.gz historical-33a1e9a4099cc1ff87600ce97fe1c528ac0894f5.tar.bz2 historical-33a1e9a4099cc1ff87600ce97fe1c528ac0894f5.zip |
Add patch from upstream to clean up assert.h.
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.2-r12.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r12.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r12.ebuild b/sys-libs/glibc/glibc-2.3.2-r12.ebuild index 934aa13a2eac..7f06574ccf50 100644 --- a/sys-libs/glibc/glibc-2.3.2-r12.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.4 2005/01/03 22:42:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.5 2005/01/05 01:53:39 vapier Exp $ inherit eutils flag-o-matic gcc @@ -328,6 +328,9 @@ src_unpack() { # PT_GNU_STACK section. Bug #32960. <azarah@gentoo.org> (12 Nov 2003). epatch ${FILESDIR}/2.3.2/${PN}-2.3.2-dl_execstack-PaX-support.patch + # Upstream patch to fix assert.h + epatch ${FILESDIR}/2.3.2/${P}-assert.patch + # This next patch fixes a test that will timeout due to ReiserFS' slow handling of sparse files # cd ${S}/io; epatch ${FILESDIR}/glibc-2.2.2-test-lfs-timeout.patch |