diff --git a/galera.spec b/galera.spec index 566ed64..263607f 100644 --- a/galera.spec +++ b/galera.spec @@ -45,8 +45,6 @@ u garb - 'Galera Arbitrator Daemon' /dev/null - EOF %build -%{set_build_flags} - %cmake \ -DCMAKE_BUILD_TYPE="%{?with_debug:Debug}%{!?with_debug:RelWithDebInfo}" \ @@ -63,7 +61,7 @@ EOF -DINSTALL_LIBDIR="%{_lib}/galera" \ -DINSTALL_MANPAGE="share/man/man8" -cmake -B %_vpath_builddir -LAH +cmake -B %_vpath_builddir -N -LAH %cmake_build