diff --git a/opencv.changes b/opencv.changes index 84812ea..e9ac7f5 100644 --- a/opencv.changes +++ b/opencv.changes @@ -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 diff --git a/opencv.spec b/opencv.spec index 6e2d89a..7176050 100644 --- a/opencv.spec +++ b/opencv.spec @@ -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 \