SHA256
1
0
forked from pool/cmis-client

Accepting request 178444 from home:elvigia:branches: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.

OBS-URL: https://build.opensuse.org/request/show/178444
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal 2013-06-11 07:12:03 +00:00 committed by Git OBS Bridge
parent 55c616bcdf
commit 4be180deaf
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