]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: Disable -Werror in Fedora RPM builds
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 15 Dec 2014 15:24:01 +0000 (15:24 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 15 Dec 2014 18:08:45 +0000 (18:08 +0000)
commit34f03984a6f6d3e5a08a67e2fd844aa9aab6150c
tree9e912ee10a76eab666166bc44be81603ef3e2efb
parentdec21593e1bb1dd8bffe551eb5012538b0997d72
spec: Disable -Werror in Fedora RPM builds

Since we switched to using GIT to apply patches in the RPM spec,
we automagically also turned on -Werror, since the .git directory
now exists. We don't want this on in Fedora, since changing
header files often lead to new warnings being issued. Explicitly
turn off -Werror for non-RHEL platforms, instead of relying on
the defaults
libvirt.spec.in