From c077af04d326bf6e8effd13c8229ab2a47cbaacb Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Nov 20 2022 13:27:22 +0000 Subject: Add system dir pieces that are suddenly required --- diff --git a/iwd.spec b/iwd.spec index 4515f3c..f9a3176 100644 --- a/iwd.spec +++ b/iwd.spec @@ -31,13 +31,16 @@ hardware. %build -%configure \ - --enable-external-ell \ - --enable-sim-hardcoded \ - --enable-ofono \ - --enable-wired \ - --enable-hwsim \ - --enable-tools +%configure \ + --enable-external-ell \ + --enable-sim-hardcoded \ + --enable-ofono \ + --enable-wired \ + --enable-hwsim \ + --enable-tools \ + --with-systemd-unitdir=%{_unitdir} \ + --with-systemd-networkdir=%{_systemd_util_dir}/network \ + --with-systemd-modloaddir=%{_modulesloaddir} %make_build V=1