summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2003-12-01 01:24:28 +0000
committerNed Ludd <solar@gentoo.org>2003-12-01 01:24:28 +0000
commit4ece19aea71c032cb24fc8710f68d48385427b3a (patch)
tree0cc41c53ed2f3d61afaf4d10c1c772e347358dae /sys-fs
parentBug: 34785 hardened-gcc transparently adds -fPIC so we must filter that away (diff)
downloadhistorical-4ece19aea71c032cb24fc8710f68d48385427b3a.tar.gz
historical-4ece19aea71c032cb24fc8710f68d48385427b3a.tar.bz2
historical-4ece19aea71c032cb24fc8710f68d48385427b3a.zip
Bug: 34785 hardened-gcc transparently adds -fPIC so we must filter that away
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/dosfstools/Manifest4
-rw-r--r--sys-fs/dosfstools/dosfstools-2.9.ebuild7
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/dosfstools/Manifest b/sys-fs/dosfstools/Manifest
index 8e369bc973cf..bddbcee6647f 100644
--- a/sys-fs/dosfstools/Manifest
+++ b/sys-fs/dosfstools/Manifest
@@ -1,6 +1,6 @@
-MD5 87c637cbda36081885e350edefd42f48 ChangeLog 1519
+MD5 cf1259d6baf65f84a5b51de394d0e318 ChangeLog 1654
MD5 3a1aae164da272e2b993a9c6ff46c13e dosfstools-2.8-r3.ebuild 1139
-MD5 ef9709dd9a899ddcf73ff3608e9d1c89 dosfstools-2.9.ebuild 1347
+MD5 fe55566dc485ea27a57255eaf6948448 dosfstools-2.9.ebuild 1345
MD5 51b6aebebdca730b6a304548ec5c6da1 files/digest-dosfstools-2.8-r3 69
MD5 8102aee0611b0b9f797c88f7cc4fd503 files/digest-dosfstools-2.9 69
MD5 af6a07ad458852ef02d58a7a3658ca15 files/errno.patch 257
diff --git a/sys-fs/dosfstools/dosfstools-2.9.ebuild b/sys-fs/dosfstools/dosfstools-2.9.ebuild
index f38fa1a253bf..69a360cd967c 100644
--- a/sys-fs/dosfstools/dosfstools-2.9.ebuild
+++ b/sys-fs/dosfstools/dosfstools-2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-2.9.ebuild,v 1.1 2003/09/17 02:43:10 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-2.9.ebuild,v 1.2 2003/12/01 01:24:25 solar Exp $
inherit eutils
@@ -19,6 +19,11 @@ src_unpack() {
epatch ${FILESDIR}/errno.patch
sed -i "s:PREFIX\ \=:PREFIX\ \=\ \/usr:" Makefile
sed -i "s:\/usr\/man:\/share\/man:" Makefile
+
+ # Bug: 34785 hardened-gcc transparently adds -fPIC so we must filter
+ # that away because this package cant cope. (Nov 30 2003 -solar)
+ has_version 'sys-devel/hardened-gcc' && \
+ sed -i -e "s:^DEBUGFLAGS.*:DEBUGFLAGS=-yet_exec:g" Makefile
}
src_compile() {