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
|
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
|
samples/python/camshift.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
|
||||||
export CXXFLAGS="%{optflags}"
|
export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||||
|
Loading…
Reference in New Issue
Block a user