diff options
author | 2007-07-10 17:01:29 +0000 | |
---|---|---|
committer | 2007-07-10 17:01:29 +0000 | |
commit | 55c3537caeb65cfba3769f4d883df65153fdbbba (patch) | |
tree | 09ede05dc4b0dce113bc892d861d1caf83383387 /app-emulation | |
parent | sparc stable (diff) | |
download | gentoo-2-55c3537caeb65cfba3769f4d883df65153fdbbba.tar.gz gentoo-2-55c3537caeb65cfba3769f4d883df65153fdbbba.tar.bz2 gentoo-2-55c3537caeb65cfba3769f4d883df65153fdbbba.zip |
Fix xen with --as-needed
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.4_p1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 3ce8e518a6e1..668ae18c23c0 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.46 2007/07/09 23:33:17 marineam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.47 2007/07/10 17:01:29 marineam Exp $ + + 10 Jul 2007; Michael Marineau <marineam@gentoo.org> xen-3.0.4_p1.ebuild: + Fix building with --as-needed 09 Jul 2007; Michael Marineau <marineam@gentoo.org> xen-3.0.4_p1.ebuild: It turns out that xen 3.0.4 correctly handles hardened flags, remove useless diff --git a/app-emulation/xen/xen-3.0.4_p1.ebuild b/app-emulation/xen/xen-3.0.4_p1.ebuild index a1d024d1ba12..d7a42176f0b5 100644 --- a/app-emulation/xen/xen-3.0.4_p1.ebuild +++ b/app-emulation/xen/xen-3.0.4_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.4_p1.ebuild,v 1.3 2007/07/09 23:33:17 marineam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.4_p1.ebuild,v 1.4 2007/07/10 17:01:29 marineam Exp $ inherit mount-boot flag-o-matic @@ -73,7 +73,7 @@ src_install() { use debug && myopt="${myopt} debug=y" use pae && myopt="${myopt} pae=y" - make DESTDIR="${D}" ${myopt} install-xen || die "install failed" + emake LDFLAGS="$(raw-ldflags)" DESTDIR="${D}" ${myopt} install-xen || die "install failed" } pkg_postinst() { |