commit: a01a3b52d588604f5fd476b4d8273697d41499b2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 09:02:23 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 09:02:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01a3b52
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 <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
index a9e8dd02900..21b1b911c6e 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 \