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:
parent
0e553c14d5
commit
02cb44024f
@ -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
|
Fri Jan 2 13:13:55 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package librevenge
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# Fix build with boost 1.59
|
||||||
|
export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY"
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
|
Loading…
Reference in New Issue
Block a user