summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-06-25 16:43:55 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-06-25 16:43:55 +0000
commit1c56f2fbeaa1827de23dd85d9e05d6b4f2749ce1 (patch)
treeed9306342ac62b90d08d6e3b3af50214ed60119f /app-emulation/xen-tools/xen-tools-4.0.0.ebuild
parentInclude static lib support, force to pic (diff)
downloadhistorical-1c56f2fbeaa1827de23dd85d9e05d6b4f2749ce1.tar.gz
historical-1c56f2fbeaa1827de23dd85d9e05d6b4f2749ce1.tar.bz2
historical-1c56f2fbeaa1827de23dd85d9e05d6b4f2749ce1.zip
Fixing build with --as-neeed wrt bug 320339. Thanks to Diego for reporting.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.0.0.ebuild')
-rw-r--r--app-emulation/xen-tools/xen-tools-4.0.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.0.0.ebuild b/app-emulation/xen-tools/xen-tools-4.0.0.ebuild
index 26a2fa4824a3..12857efa4008 100644
--- a/app-emulation/xen-tools/xen-tools-4.0.0.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild,v 1.3 2010/06/09 16:50:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.0.ebuild,v 1.4 2010/06/25 16:43:55 xarthisius Exp $
EAPI="3"
@@ -153,6 +153,9 @@ src_prepare() {
# fix variable declaration to avoid sandbox issue, #253134
epatch "${FILESDIR}/${PN}-3.3.1-sandbox-fix.patch"
+ # fix --as-needed, #320339
+ epatch "${FILESDIR}/${P}-asneeded.patch"
+
# fix gcc 4.4 failure
#epatch "${FILESDIR}/${PN}-3.4.1-xc_core-memset.patch"
}