diff --git a/taglib.changes b/taglib.changes index 6db8ca4..798528e 100644 --- a/taglib.changes +++ b/taglib.changes @@ -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 diff --git a/taglib.spec b/taglib.spec index 291db72..ee6372e 100644 --- a/taglib.spec +++ b/taglib.spec @@ -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 \