spec: Use --disable-dfd-over-dbus on CAHC
Since we consume CAHC RPMs in the RHCOS dev pipeline.
This commit is contained in:
parent
7b6c00fbd2
commit
fa4bb14da2
@ -114,7 +114,13 @@ The %{name}-devel package includes the header files for %{name}-libs.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
env NOCONFIGURE=1 ./autogen.sh
|
env NOCONFIGURE=1 ./autogen.sh
|
||||||
|
%if 0%{?rhel} != 0 && 0%{?rhel} <= 7
|
||||||
|
# https://github.com/projectatomic/rpm-ostree/pull/1732/
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1672404
|
||||||
|
%configure --disable-silent-rules --enable-gtk-doc --disable-dfd-over-dbus
|
||||||
|
%else
|
||||||
%configure --disable-silent-rules --enable-gtk-doc
|
%configure --disable-silent-rules --enable-gtk-doc
|
||||||
|
%endif
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user