Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/
Date: Wed, 21 Nov 2018 09:02:41
Message-Id: 1542790943.a01a3b52d588604f5fd476b4d8273697d41499b2.ago@gentoo
1 commit: a01a3b52d588604f5fd476b4d8273697d41499b2
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 21 09:02:23 2018 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 21 09:02:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01a3b52
7
8 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
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
17 index a9e8dd02900..21b1b911c6e 100644
18 --- a/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
19 +++ b/sys-cluster/keepalived/keepalived-2.0.10-r1.ebuild
20 @@ -43,6 +43,7 @@ src_prepare() {
21 src_configure() {
22 STRIP=/bin/true \
23 econf \
24 + --with-init=custom \
25 --with-kernel-dir=/usr \
26 --enable-sha1 \
27 --enable-vrrp \