fix build
This commit is contained in:
parent
bd6dcc26ee
commit
426470eb7a
@ -1,6 +1,6 @@
|
|||||||
%{?!WITH_MONO: %define WITH_MONO 1}
|
%{?!WITH_MONO: %global WITH_MONO 1}
|
||||||
%{?!WITH_COMPAT_DNSSD: %define WITH_COMPAT_DNSSD 1}
|
%{?!WITH_COMPAT_DNSSD: %global WITH_COMPAT_DNSSD 1}
|
||||||
%{?!WITH_COMPAT_HOWL: %define WITH_COMPAT_HOWL 1}
|
%{?!WITH_COMPAT_HOWL: %global WITH_COMPAT_HOWL 1}
|
||||||
%ifarch sparc64 s390
|
%ifarch sparc64 s390
|
||||||
%define WITH_MONO 0
|
%define WITH_MONO 0
|
||||||
%endif
|
%endif
|
||||||
@ -346,7 +346,7 @@ fashion with mDNS.
|
|||||||
--with-avahi-priv-access-group=avahi \
|
--with-avahi-priv-access-group=avahi \
|
||||||
--with-autoipd-user=avahi-autoipd \
|
--with-autoipd-user=avahi-autoipd \
|
||||||
--with-autoipd-group=avahi-autoipd \
|
--with-autoipd-group=avahi-autoipd \
|
||||||
--with-systemdsystemunitdir=/lib/systemd/system \
|
--with-systemdsystemunitdir=/usr/lib/systemd/system \
|
||||||
--enable-introspection=no \
|
--enable-introspection=no \
|
||||||
%if %{WITH_COMPAT_DNSSD}
|
%if %{WITH_COMPAT_DNSSD}
|
||||||
--enable-compat-libdns_sd \
|
--enable-compat-libdns_sd \
|
||||||
|
Loading…
Reference in New Issue
Block a user