Accepting request 181110 from KDE:Distro:Factory
- build with LFS_CFLAGS in 32 bit archs. (forwarded request 181089 from elvigia) OBS-URL: https://build.opensuse.org/request/show/181110 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=42
This commit is contained in:
parent
257dc063ce
commit
adfae35c04
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 26 20:26:48 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- build with LFS_CFLAGS in 32 bit archs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 10 09:59:31 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -115,8 +115,8 @@ sed -i 's/\r$//' samples/c/adaptiveskindetector.cpp \
|
||||
samples/python/camshift.py
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
export CXXFLAGS="%{optflags}"
|
||||
export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
|
||||
export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
|
Loading…
Reference in New Issue
Block a user