From d45ed017356566d71b2ddf376e84bbc0422b14423e688b3ac96aca8679bfd189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojtek=20Dziewi=C4=99cki?= Date: Tue, 11 Jun 2013 13:40:14 +0000 Subject: [PATCH] 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 --- taglib.changes | 6 ++++++ taglib.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 \