diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-10-30 11:49:59 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-10-30 11:50:46 -0500 |
commit | ec18cabcfaab53715b92997b9c9d3e4a21991ddc (patch) | |
tree | dc9020584a9f6d5e659aa20c8c3e6004ace56a4d /net-wireless | |
parent | www-client/opera-beta: Old (diff) | |
download | gentoo-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.ebuild | 3 |
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() { |