Resolves: rhbz#1258128 fix build with boost 1.59

f41
David Tardon 10 years ago
parent 086802c88b
commit 6d1005b28b

@ -2,7 +2,7 @@
Name: librevenge
Version: 0.0.2
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A base library for writing document import filters
# src/lib/RVNGOLEStream.{h,cpp} are BSD
@ -41,6 +41,8 @@ The %{name}-doc package contains documentation files for %{name}.
%autosetup -p1
%build
# rhbz#1258128 fix build with boost 1.59
export CPPFLAGS=-DBOOST_ERROR_CODE_HEADER_ONLY
%configure --disable-silent-rules --disable-static --disable-werror --enable-pretty-printers
sed -i \
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
@ -86,6 +88,9 @@ make %{?_smp_mflags} check
%doc docs/doxygen/html
%changelog
* Sun Aug 30 2015 David Tardon <dtardon@redhat.com> - 0.0.2-7
- Resolves: rhbz#1258128 fix build with boost 1.59
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2-6
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159

Loading…
Cancel
Save