summaryrefslogtreecommitdiff
path: root/sys-cluster/vzctl/vzctl-4.9.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/vzctl/vzctl-4.9.4.ebuild')
-rw-r--r--sys-cluster/vzctl/vzctl-4.9.4.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/vzctl/vzctl-4.9.4.ebuild b/sys-cluster/vzctl/vzctl-4.9.4.ebuild
index 5623e9d70c87..c3aab29cb491 100644
--- a/sys-cluster/vzctl/vzctl-4.9.4.ebuild
+++ b/sys-cluster/vzctl/vzctl-4.9.4.ebuild
@@ -41,11 +41,14 @@ DEPEND="${RDEPEND}
"
src_prepare() {
-
# Set default OSTEMPLATE on gentoo
sed -i -e 's:=redhat-:=gentoo-:' etc/dists/default || die 'sed on etc/dists/default failed'
# Set proper udev directory
sed -i -e "s:/lib/udev:$(get_udevdir):" src/lib/dev.c || die 'sed on src/lib/dev.c failed'
+
+ epatch "${FILESDIR}/${P}-glibc225.patch"
+ epatch "${FILESDIR}/${P}-glibc225-2.patch"
+ epatch_user
}
src_configure() {