Dominique Leuenberger 2015-01-05 08:56:56 +00:00 committed by Git OBS Bridge
parent 390422ff8a
commit 2f7db9d35f
2 changed files with 2 additions and 4 deletions

View File

@ -232,7 +232,7 @@ sed -i -e "s/\r//" README
%patch10 -p1
%build
if ! %{KMP}
%if ! %{KMP}
# disable warning unused-but-set-variable which will raise error because of -Werror
# disable warning deprecated-declarations which will raise error because of -Werror
# disable warning sizeof-pointer-memaccess which will raise error because of -Werror
@ -263,7 +263,6 @@ echo 'HTML_TIMESTAMP=NO' >> docs/api/doxygen.conf
--disable-dependency-tracking \
--disable-static
make
%endif
# If a KMP is not being built, flavors_to_build will be undefined and no modules should be built

View File

@ -232,7 +232,7 @@ sed -i -e "s/\r//" README
%patch10 -p1
%build
if ! %{KMP}
%if ! %{KMP}
# disable warning unused-but-set-variable which will raise error because of -Werror
# disable warning deprecated-declarations which will raise error because of -Werror
# disable warning sizeof-pointer-memaccess which will raise error because of -Werror
@ -263,7 +263,6 @@ echo 'HTML_TIMESTAMP=NO' >> docs/api/doxygen.conf
--disable-dependency-tracking \
--disable-static
make
%endif
# If a KMP is not being built, flavors_to_build will be undefined and no modules should be built