summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-04-20 20:24:17 +0000
committerChristian Heim <phreak@gentoo.org>2006-04-20 20:24:17 +0000
commit87f46acd4681b849da1079dc0fe163a25182450e (patch)
treef8b1503e95b6c782fc060f5c255022aeded2ca2d /sys-cluster
parentAdded to ~ppc, bug #130564 (diff)
downloadgentoo-2-87f46acd4681b849da1079dc0fe163a25182450e.tar.gz
gentoo-2-87f46acd4681b849da1079dc0fe163a25182450e.tar.bz2
gentoo-2-87f46acd4681b849da1079dc0fe163a25182450e.zip
Version bump (vzctl should now support live migration); vzctl is now licensed under GPL-2! Adding LDFLAGS filter
(Portage version: 2.1_pre9-r1)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/vzctl/ChangeLog6
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.0.7.ebuild5
2 files changed, 6 insertions, 5 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog
index 47ca6161faae..54ae8cdb8b4d 100644
--- a/sys-cluster/vzctl/ChangeLog
+++ b/sys-cluster/vzctl/ChangeLog
@@ -1,12 +1,12 @@
# ChangeLog for sys-cluster/vzctl
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.20 2006/04/20 19:33:40 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.21 2006/04/20 20:24:17 phreak Exp $
*vzctl-3.0.0.7 (20 Apr 2006)
20 Apr 2006; Christian Heim <phreak@gentoo.org> +vzctl-3.0.0.7.ebuild:
- Version bump (openvz-sources should now support live migration);
- vzctl is now licensed under GPL-2!
+ Version bump (vzctl should now support live migration);
+ vzctl is now licensed under GPL-2! Adding LDFLAGS filter
11 Apr 2006; Christian Heim <phreak@gentoo.org> vzctl-3.0.0.4.ebuild:
Marking vzctl-3.0.0.4 stable on amd64/x86
diff --git a/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild b/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild
index b77720fc67ac..98a44966ebde 100644
--- a/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild
+++ b/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild,v 1.1 2006/04/20 19:33:40 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild,v 1.2 2006/04/20 20:24:17 phreak Exp $
-inherit eutils toolchain-funcs versionator linux-info
+inherit eutils toolchain-funcs versionator linux-info flag-o-matic
VVER="$(get_version_component_range 1-3 ${PV})"
VREL="$(get_version_component_range 4 ${PV})"
@@ -40,6 +40,7 @@ S="${WORKDIR}/${MY_P}"
CONFIG_CHECK="FAIRSCHED VE VE_CALLS VE_NETDEV VE_IPTABLES"
pkg_setup() {
+ filter-ldflags -Wl,--as-needed --as-needed
linux-info_pkg_setup
check_kernel_built
}