diff --git a/cmis-client.changes b/cmis-client.changes index 90cf6be..c0c15ba 100644 --- a/cmis-client.changes +++ b/cmis-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 10 23:09:00 UTC 2013 - crrodriguez@opensuse.org + +- Build with large file support in 32 bit archs, no good + will come mixing LFS-aware executables and non-LFS libraries. + ------------------------------------------------------------------- Thu Jan 31 15:35:40 UTC 2013 - tchvatal@suse.com diff --git a/cmis-client.spec b/cmis-client.spec index 085579d..23c3002 100644 --- a/cmis-client.spec +++ b/cmis-client.spec @@ -80,11 +80,13 @@ This allows C applications to connect to any CMIS-enabled repositories. It is on %setup -q -n %{_name}-%{version} %build +export CFLAGS="%optflags -D_GNU_SOURCE $(getconf LFS_CFLAGS)" +export CXXFLAGS="%optflags $(getconf LFS_CFLAGS)" %configure \ --disable-long-tests \ --disable-static \ --disable-werror -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make DESTDIR=$RPM_BUILD_ROOT install