fix build with gcc 5

This commit is contained in:
David Tardon 2015-02-12 15:45:21 +01:00
parent 582c81bd90
commit 3dc2dde341
2 changed files with 1272 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,12 +10,17 @@ License: GPLv2+ or LGPLv2+ or MPLv1.1
URL: http://sourceforge.net/projects/libcmis/
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: boost-devel
BuildRequires: pkgconfig(cppunit)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: xmlto
Patch0: 0001-fix-boost-configuration-with-gcc-5.patch
%description
LibCMIS is a C++ client library for working with CM (content management)
interfaces. The primary supported interface (which gave the library its
@ -45,6 +50,7 @@ command line.
%autosetup -p1
%build
autoreconf -i
%configure --disable-silent-rules --disable-static --disable-werror \
--disable-long-tests DOCBOOK2MAN='xmlto man'
sed -i \