Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/
Date: Wed, 30 Oct 2019 16:52:05
Message-Id: 1572454246.ec18cabcfaab53715b92997b9c9d3e4a21991ddc.bkohler@gentoo
1 commit: ec18cabcfaab53715b92997b9c9d3e4a21991ddc
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 30 16:49:59 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 30 16:50:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec18cabc
7
8 net-wireless/iwd: fix build w/o systemd
9
10 Explicitly set --with-systemd-networkdir since the default is to get the
11 value from systemd.pc which only comes from systemd
12
13 Package-Manager: Portage-2.3.78, Repoman-2.3.17
14 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
15
16 net-wireless/iwd/iwd-1.0.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/net-wireless/iwd/iwd-1.0.ebuild b/net-wireless/iwd/iwd-1.0.ebuild
20 index e8302612e25..ba253b60989 100644
21 --- a/net-wireless/iwd/iwd-1.0.ebuild
22 +++ b/net-wireless/iwd/iwd-1.0.ebuild
23 @@ -123,7 +123,8 @@ src_configure() {
24 --enable-external-ell \
25 --enable-systemd-service \
26 --with-systemd-unitdir="$(systemd_get_systemunitdir)" \
27 - --with-systemd-modloaddir=$(_systemd_get_dir modulesloaddir /usr/lib/modules-load.d)
28 + --with-systemd-modloaddir=$(_systemd_get_dir modulesloaddir /usr/lib/modules-load.d) \
29 + --with-systemd-networkdir="$(systemd_get_utildir)/network"
30 }
31
32 src_install() {