summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2018-11-21 10:02:23 +0100
committerAgostino Sarubbo <ago@gentoo.org>2018-11-21 10:02:23 +0100
commita01a3b52d588604f5fd476b4d8273697d41499b2 (patch)
tree348551800f8fb73e9b863ae89b6c90b6d0207cf5 /sys-cluster/keepalived
parentsys-kernel/vanilla-sources: Automated version bump to {3.16.61,4.18.20,4.19.3... (diff)
downloadgentoo-a01a3b52d588604f5fd476b4d8273697d41499b2.tar.gz
gentoo-a01a3b52d588604f5fd476b4d8273697d41499b2.tar.bz2
gentoo-a01a3b52d588604f5fd476b4d8273697d41499b2.zip
sys-cluster/keepalived: fix a sandbox violation issue, because the configure tries to detect the init system. Thanks to Tomas Mozes, wrt to bug #655300
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-cluster/keepalived')
-rw-r--r--sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
index a9e8dd029002..21b1b911c6ee 100644
--- a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
+++ b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
@@ -43,6 +43,7 @@ src_prepare() {
src_configure() {
STRIP=/bin/true \
econf \
+ --with-init=custom \
--with-kernel-dir=/usr \
--enable-sha1 \
--enable-vrrp \