summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-10-30 11:49:59 -0500
committerBen Kohler <bkohler@gentoo.org>2019-10-30 11:50:46 -0500
commitec18cabcfaab53715b92997b9c9d3e4a21991ddc (patch)
treedc9020584a9f6d5e659aa20c8c3e6004ace56a4d /net-wireless
parentwww-client/opera-beta: Old (diff)
downloadgentoo-ec18cabcfaab53715b92997b9c9d3e4a21991ddc.tar.gz
gentoo-ec18cabcfaab53715b92997b9c9d3e4a21991ddc.tar.bz2
gentoo-ec18cabcfaab53715b92997b9c9d3e4a21991ddc.zip
net-wireless/iwd: fix build w/o systemd
Explicitly set --with-systemd-networkdir since the default is to get the value from systemd.pc which only comes from systemd Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/iwd/iwd-1.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-wireless/iwd/iwd-1.0.ebuild b/net-wireless/iwd/iwd-1.0.ebuild
index e8302612e254..ba253b609891 100644
--- a/net-wireless/iwd/iwd-1.0.ebuild
+++ b/net-wireless/iwd/iwd-1.0.ebuild
@@ -123,7 +123,8 @@ src_configure() {
--enable-external-ell \
--enable-systemd-service \
--with-systemd-unitdir="$(systemd_get_systemunitdir)" \
- --with-systemd-modloaddir=$(_systemd_get_dir modulesloaddir /usr/lib/modules-load.d)
+ --with-systemd-modloaddir=$(_systemd_get_dir modulesloaddir /usr/lib/modules-load.d) \
+ --with-systemd-networkdir="$(systemd_get_utildir)/network"
}
src_install() {