diff options
author | 2004-11-10 09:20:22 +0000 | |
---|---|---|
committer | 2004-11-10 09:20:22 +0000 | |
commit | c99d6df6217df8dde19a040a61f1ab5ee9624a21 (patch) | |
tree | 819af7f94f86d5f3c762051208f9ae0f7da29e62 /sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild | |
parent | fix for remote denial-of-service in nfs3 xdr handling code. bug #62524 (Manif... (diff) | |
download | gentoo-2-c99d6df6217df8dde19a040a61f1ab5ee9624a21.tar.gz gentoo-2-c99d6df6217df8dde19a040a61f1ab5ee9624a21.tar.bz2 gentoo-2-c99d6df6217df8dde19a040a61f1ab5ee9624a21.zip |
Renamed a few patches to better identify them for mips, masked 2.3.4.20041021, and added a series of patches to 2.3.4.20041102 from libc-alpha ML that allows it to build and usable. Also re-added use of the librt patchs to fix a run-time error.
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild index bb433949d791..7305e23f2eae 100644 --- a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.1 2004/10/07 22:24:28 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.2 2004/11/10 09:20:22 kumba Exp $ inherit eutils flag-o-matic gcc @@ -407,11 +407,11 @@ src_unpack() { epatch ${FILESDIR}/2.3.2/${LOCAL_P}-mips-configure-for-n64-symver.patch epatch ${FILESDIR}/2.3.3/${PN}-2.3.3_pre20040420-mips-dl-machine-calls.diff epatch ${FILESDIR}/2.3.3/${PN}-2.3.3_pre20040420-mips-incl-sgidefs.diff - epatch ${FILESDIR}/2.3.3/mips-addabi.diff - epatch ${FILESDIR}/2.3.3/mips-syscall.h.diff - epatch ${FILESDIR}/2.3.3/semtimedop.diff - epatch ${FILESDIR}/2.3.3/mips-sysify.diff -##### epatch ${FILESDIR}/2.3.3/mips-n32n64regs.diff + epatch ${FILESDIR}/2.3.3/${PN}-2.3.3-mips-addabi.diff + epatch ${FILESDIR}/2.3.3/${PN}-2.3.3-mips-syscall.h.diff + epatch ${FILESDIR}/2.3.3/${PN}-2.3.3-semtimedop.diff + epatch ${FILESDIR}/2.3.3/${PN}-2.3.3-mips-sysify.diff +##### epatch ${FILESDIR}/2.3.3/${PN}-2.3.3-mips-n32n64regs.diff fi if [ "${ARCH}" = "alpha" ] |