SHA256
1
0
forked from pool/cmis-client

Accepting request 178452 from devel:libraries:c_c++

- Build with large file support in 32 bit archs, no good 
 will come mixing LFS-aware executables and non-LFS libraries. (forwarded request 178444 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/178452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmis-client?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2013-06-18 08:29:28 +00:00 committed by Git OBS Bridge
commit 317114a053
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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