summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-09 01:51:37 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-09 01:51:37 +0000
commit87ffb1b9583a1408a6265eb676dafde892049a35 (patch)
treef6dfeb8148e486a16bcb144c04dea9d6ecb5d3c0 /sys-devel
parentget rid of IUSE and more quotes ! (diff)
downloadhistorical-87ffb1b9583a1408a6265eb676dafde892049a35.tar.gz
historical-87ffb1b9583a1408a6265eb676dafde892049a35.tar.bz2
historical-87ffb1b9583a1408a6265eb676dafde892049a35.zip
fix patching for some users #63359
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/Manifest8
-rw-r--r--sys-devel/binutils/binutils-2.14.90.0.8-r1.ebuild11
2 files changed, 7 insertions, 12 deletions
diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index b7ba1938df27..74303b73dfb0 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -20,7 +20,7 @@ MD5 4fc13618837a998b7f249400e58a4cde binutils-2.15.90.0.1.1-r3.ebuild 4746
MD5 ee1931e1a905ac742b6e33a03fe64fdc binutils-2.14.90.0.7.ebuild 5522
MD5 567094e03359ffc1c95af7356395228d metadata.xml 162
MD5 d4f868f9ec53c121c29bd354521187c0 binutils-2.14.90.0.7-r4.ebuild 6244
-MD5 7749b5d7e20326556f51fb0c3b8a8e0e binutils-2.14.90.0.8-r1.ebuild 5144
+MD5 7229643936308835ad110d7f146000e3 binutils-2.14.90.0.8-r1.ebuild 4952
MD5 74a378a02192d0a6844adbb0e79e8d11 binutils-2.14.90.0.8.ebuild 4477
MD5 4d0a72aba32b9e42b08b5204719ae1a1 binutils-2.15.90.0.3-r3.ebuild 4801
MD5 5af514431a384af812da84665ea8612a binutils-2.15.91.0.1.ebuild 4668
@@ -139,7 +139,7 @@ MD5 8f619fc0c409a5ba768f126f172ee6bc files/2.15/05_all_binutils-2.15-elf32-arm-t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBP0wPHTu7gpaalycRAnJGAKClNHd/3JVabikcFPAQqs50KGTrFgCg9AqB
-cpffDQrWpziKP1bsUywbqes=
-=fmCQ
+iD8DBQFBP7c5HTu7gpaalycRAvgpAKDSA5EWw3pzTief38eOkbL+SwEfjgCgiR8d
+l2Hk6HdLHIK15OUoabUUwnk=
+=bd1b
-----END PGP SIGNATURE-----
diff --git a/sys-devel/binutils/binutils-2.14.90.0.8-r1.ebuild b/sys-devel/binutils/binutils-2.14.90.0.8-r1.ebuild
index d0d198698827..f223c665c0cf 100644
--- a/sys-devel/binutils/binutils-2.14.90.0.8-r1.ebuild
+++ b/sys-devel/binutils/binutils-2.14.90.0.8-r1.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-devel/binutils/binutils-2.14.90.0.8-r1.ebuild,v 1.22 2004/09/08 18:14:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.8-r1.ebuild,v 1.23 2004/09/09 01:51:37 vapier Exp $
inherit eutils libtool flag-o-matic gnuconfig
@@ -28,13 +28,8 @@ src_unpack() {
# The prescott patch is not ready yet.
mkdir ${WORKDIR}/patch/skip
mv ${WORKDIR}/patch/05* ${WORKDIR}/patch/skip/
-
- # one of 38/39 has to be moved out of the way, both are backports of different relro versions
- # 39 is more current, but not fully backported
- mv ${WORKDIR}/patch/39_* ${WORKDIR}/patch/skip/
-
- use uclibc && mv ${WORKDIR}/patch/*relro* ${WORKDIR}/patch/*sparc1* ${WORKDIR}/patch/skip/
-
+ # relro doesnt play well with pax
+ mv ${WORKDIR}/patch/{38,39,63,92}_* ${WORKDIR}/patch/skip/
epatch ${WORKDIR}/patch
# Libtool is broken (Redhat).