Accepting request 178544 from multimedia:libs
- JUst like the rest of the system, taglib has to be built with LFS support/ 64bit off_t in 32 bit archs. (forwarded request 178245 from elvigia) OBS-URL: https://build.opensuse.org/request/show/178544 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taglib?expand=0&rev=40
This commit is contained in:
commit
2a15cd777b
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user