[packages/clementine] - downgrade compiler errors to warnings to allow this antique to compile - rel 7
baggins
baggins at pld-linux.org
Sun Jun 4 10:52:03 CEST 2017
commit a86e995f8210b1d5ced9c520a683ce35e3e1a14f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Jun 4 10:51:35 2017 +0200
- downgrade compiler errors to warnings to allow this antique to compile
- rel 7
clementine.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clementine.spec b/clementine.spec
index ad58d76..c65f684 100644
--- a/clementine.spec
+++ b/clementine.spec
@@ -18,7 +18,7 @@ Summary: A music player and library organiser
Summary(hu.UTF-8): Egy zenelejátszó és gyűjtemény-kezelő
Name: clementine
Version: 1.3.1
-Release: 7
+Release: 8
License: GPL v3 and GPL v2+
Group: X11/Applications/Multimedia
Source0: https://github.com/clementine-player/Clementine/releases/download/%{version}/%{name}-%{version}.tar.xz
@@ -139,7 +139,7 @@ install -d build
install -d build/src/translations
cd build
# as our buildtype is not Release, need to pass these manually. see CMakeLists.txt ~135
-CXXFLAGS="%{rpmcxxflags} -DNDEBUG -DQT_NO_DEBUG_OUTPUT"
+CXXFLAGS="%{rpmcxxflags} -fpermissive -DNDEBUG -DQT_NO_DEBUG_OUTPUT"
%cmake \
-DBUILD_WERROR:BOOL=OFF \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/clementine.git/commitdiff/a86e995f8210b1d5ced9c520a683ce35e3e1a14f
More information about the pld-cvs-commit
mailing list