Accepting request 343802 from home:namtrac:boost

- Fix compilation with boost 1.59

OBS-URL: https://build.opensuse.org/request/show/343802
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=11
This commit is contained in:
Fridrich Strba 2015-11-11 11:36:21 +00:00 committed by Git OBS Bridge
parent 0e553c14d5
commit 02cb44024f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 11 11:15:58 UTC 2015 - idonmez@suse.com
- Fix compilation with boost 1.59
-------------------------------------------------------------------
Fri Jan 2 13:13:55 UTC 2015 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package librevenge
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -103,6 +103,8 @@ The %{name}-doc package contains documentation files for %{name}.
%setup -q
%build
# Fix build with boost 1.59
export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY"
%configure \
--disable-static \
--disable-werror \