Accepting request 343812 from LibreOffice:Factory
1 OBS-URL: https://build.opensuse.org/request/show/343812 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=5
This commit is contained in:
commit
4df58e5b0e
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user