#28 spec: Use --disable-dfd-over-dbus on CAHC
Merged 5 years ago by walters. Opened 5 years ago by jlebon.
rpms/ jlebon/rpm-ostree pr/dfd-over-dbus  into  master

file modified
+6
@@ -114,7 +114,13 @@ 

  

  %build

  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

+ %endif

  make %{?_smp_mflags}

  

  %install

Since we consume CAHC RPMs in the RHCOS dev pipeline.

Pull-Request has been merged by walters

5 years ago