Disable -Werror for a bootstrap build

This commit is contained in:
Siddhesh Poyarekar 2015-01-21 22:25:23 +05:30
parent 5d3d5d4542
commit c041cd3d0c
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
%ifarch s390x
%define disable_werror 1
%endif
# Disable -Werror if we're bootstrapping
%{!?_with_bootstrap: %global disable_werror 1}
##############################################################################
# Auxiliary arches are those arches that can be built in addition
# to the core supported arches. You either install an auxarch or