commit d3eaa7b9fd6bed485c67d757028514df391acc3a
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Oct 26 17:35:57 2020 +0100
Disable aborting the build on warnings temporarily
mixxx.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 0fe5722..6a5b679 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -105,11 +105,13 @@ echo "#pragma once" > src/build.h
# doesn't seem to work on
http://koji.rpmfusion.org. We need
# to bundle it instead or add it as an additional source and
# unpack it into the /lib folder.
+# TODO: Re-enable WARNINGS_FATAL=ON after upstream fixes are available
+#
https://github.com/mixxxdj/mixxx/pull/3223
%cmake3 \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DOPTIMIZE=portable \
- -DWARNINGS_FATAL=ON \
+ -DWARNINGS_FATAL=OFF \
-DBATTERY=ON \
-DBROADCAST=ON \
-DBULK=ON \