SHA256
1
0
forked from pool/libcdr

Accepting request 343798 from home:namtrac:boost

- Fix compilation with boost 1.59

OBS-URL: https://build.opensuse.org/request/show/343798
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcdr?expand=0&rev=42
This commit is contained in:
Fridrich Strba 2015-11-11 11:35:38 +00:00 committed by Git OBS Bridge
parent 33f253cfd4
commit 89fe18bdd1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 11 11:08:29 UTC 2015 - idonmez@suse.com
- Fix compilation with boost 1.59
-------------------------------------------------------------------
Fri Nov 28 08:43:28 UTC 2014 - fstrba@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libcdr
#
# Copyright (c) 2014 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
@ -88,6 +88,8 @@ Tools to work with documents in Corel Draw file-format.
%build
export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
# Fix compilation with boost 1.59
export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY"
%configure --disable-werror --disable-static --docdir=%{_docdir}/%{name}
make %{?_smp_mflags} V=1