diff options
-rw-r--r-- | packaging/dbus.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/dbus.spec b/packaging/dbus.spec index 2ff1dca4..142a8336 100644 --- a/packaging/dbus.spec +++ b/packaging/dbus.spec @@ -108,9 +108,10 @@ export V=1 %if %{with kdbus} --enable-kdbus-transport \ %if %{with dbuspolicy} - --enable-libdbuspolicy \ + --enable-libdbuspolicy \ %endif %endif + --with-system-pid-file=/tmp/dbus_launch \ --with-console-auth-dir=/var/run/dbus/at_console/ \ --with-systemdsystemunitdir=%{_unitdir} \ --enable-smack \ |