SHA256
1
0
forked from pool/rosegarden

Accepting request 518919 from home:plater

Work around a possible cmake-3.9.0 bug by building a dependency prior to the main build.

OBS-URL: https://build.opensuse.org/request/show/518919
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=74
This commit is contained in:
Dave Plater 2017-08-26 17:08:20 +00:00 committed by Git OBS Bridge
parent 4c6a86f956
commit 91e5bf8421
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,8 @@
-------------------------------------------------------------------
Sat Aug 26 15:31:47 UTC 2017 - davejplater@gmail.com
- Work around strange build problem introduced by cmake-3.9.0 by
restarting make on first failure.
- Work around a possible cmake-3.9.0 bug by building a dependency
prior to the main build.
-------------------------------------------------------------------
Fri Apr 21 16:32:14 UTC 2017 - davejplater@gmail.com

View File

@ -99,7 +99,8 @@ export CXXFLAGS="$CFLAGS"
-DUSE_QT5:BOOL=ON \
-DCMAKE_INSTALL_LOCALEDIR:PATH=%{_datadir}/locale/
make %{?_smp_mflags} ||make %{?_smp_mflags}
make svnheader
make %{?_smp_mflags}
%install
mkdir -p %{buildroot}%{_datadir}/%{name}/scripts