fix build with boost 1.59
This commit is contained in:
parent
64bc38d699
commit
1cbbf7e93e
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libvisio
|
||||
Version: 0.1.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A library for import of Microsoft Visio diagrams
|
||||
|
||||
License: MPLv2.0
|
||||
@ -54,6 +54,7 @@ Currently supported: XHTML, raw, plain text.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
export CPPFLAGS='-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED'
|
||||
%configure --disable-static --disable-silent-rules
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
@ -116,6 +117,9 @@ make check %{?_smp_mflags}
|
||||
%{_mandir}/man1/vss2xhtml.1*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 30 2015 David Tardon <dtardon@redhat.com> - 0.1.3-4
|
||||
- fix build with boost 1.59
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.1.3-3
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user