diff options
author | Ned Ludd <solar@gentoo.org> | 2003-11-30 01:14:12 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-11-30 01:14:12 +0000 |
commit | 9e1f39938f22a0d3176e55995173b154b62e32cf (patch) | |
tree | b4b58f4d39451e8a6acc9840378ea111aaea5bcc /sys-fs/raidtools | |
parent | raidtools is not compatible with poison independent code/executables so for n... (diff) | |
download | historical-9e1f39938f22a0d3176e55995173b154b62e32cf.tar.gz historical-9e1f39938f22a0d3176e55995173b154b62e32cf.tar.bz2 historical-9e1f39938f22a0d3176e55995173b154b62e32cf.zip |
raidtools is not compatible with poison independent code/executables so for now we filter fPIC till a workaround is available
Diffstat (limited to 'sys-fs/raidtools')
-rw-r--r-- | sys-fs/raidtools/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/raidtools/raidtools-1.00.3-r1.ebuild | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/raidtools/Manifest b/sys-fs/raidtools/Manifest index 780810e36118..be5162d3307b 100644 --- a/sys-fs/raidtools/Manifest +++ b/sys-fs/raidtools/Manifest @@ -1,6 +1,6 @@ -MD5 7ae7155267da2b60269edf2e4099be51 ChangeLog 2130 +MD5 9c72dbec4edcd33578af157cd3fc13c2 ChangeLog 2321 MD5 daac5b57c4ccb813ed23b149127437c2 raidtools-0.90-r2.ebuild 1212 -MD5 6ceb4ce928f4cda34c4649f8467bc940 raidtools-1.00.3-r1.ebuild 1140 +MD5 47473fd13837b139200165d0a2423a64 raidtools-1.00.3-r1.ebuild 1140 MD5 b71f5a7d7befa267454ef03173daedfe files/digest-raidtools-0.90-r2 85 MD5 54b6277ec8d8f24e23ece051ea2e8680 files/digest-raidtools-1.00.3-r1 68 MD5 9193117eae2cca6725886db3d163e227 files/mkraid.c-gcc33.patch 3042 diff --git a/sys-fs/raidtools/raidtools-1.00.3-r1.ebuild b/sys-fs/raidtools/raidtools-1.00.3-r1.ebuild index 0b97ec19e7c4..de7a64937f40 100644 --- a/sys-fs/raidtools/raidtools-1.00.3-r1.ebuild +++ b/sys-fs/raidtools/raidtools-1.00.3-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/raidtools/raidtools-1.00.3-r1.ebuild,v 1.2 2003/09/18 23:01:25 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/raidtools/raidtools-1.00.3-r1.ebuild,v 1.3 2003/11/30 01:14:09 solar Exp $ + +inherit flag-o-matic DESCRIPTION="Linux RAID 0/1/4/5 utilities" SRC_URI="http://people.redhat.com/mingo/raidtools/${P}.tar.gz" @@ -21,6 +23,8 @@ src_unpack() { } src_compile() { + #Bug: 34712 (Nov 29 2003 -solar) + filter-flags -fPIC econf || die make CFLAGS="${CFLAGS} -DMD_VERSION=\\\"${P}\\\"" || die } |