Accepting request 178245 from home:elvigia:branches:multimedia:libs

- JUst like the rest of the system, taglib has to be built 
  with LFS support/ 64bit off_t in 32 bit archs.

OBS-URL: https://build.opensuse.org/request/show/178245
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=56
This commit is contained in:
Wojtek Dziewięcki 2013-06-11 13:40:14 +00:00 committed by Git OBS Bridge
parent 9e2cc917e7
commit d45ed01735
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 9 04:30:50 UTC 2013 - crrodriguez@opensuse.org
- JUst like the rest of the system, taglib has to be built
with LFS support/ 64bit off_t in 32 bit archs.
-------------------------------------------------------------------
Thu May 23 11:54:34 UTC 2013 - davejplater@gmail.com

View File

@ -112,8 +112,8 @@ This package contains development files for taglib.
%build
mkdir build
cd build
export CXXFLAGS="%{optflags} -D_GNU_SOURCE"
export CFLAGS="%{optflags} -D_GNU_SOURCE"
export CXXFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
_libsuffix=$(echo %{_lib} | cut -b4-)
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DBUILD_TESTS:BOOL=ON \