Accepting request 174467 from graphics

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/174467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=29
This commit is contained in:
Stephan Kulow 2013-05-06 07:02:39 +00:00 committed by Git OBS Bridge
parent 4f9a621ad4
commit cac9e0a666
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 26 17:55:55 UTC 2013 - mrueckert@suse.de
- First set CFLAGS and then CXXFLAGS. Sometimes we need to set
flags in CXXFLAGS that are not valid CFLAGS.
-------------------------------------------------------------------
Tue Apr 23 23:20:01 UTC 2013 - toganm@opensuse.org

View File

@ -99,8 +99,8 @@ cp %{S:1} darktable-usermanual.pdf
[ ! -d "build" ] && mkdir build
cd build
export CXXFLAGS="%{optflags} -fno-strict-aliasing "
export CFLAGS="$CXXFLAGS"
export CFLAGS="%{optflags} -fno-strict-aliasing "
export CXXFLAGS="$CFLAGS"
cmake \
-DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \