Accepting request 420002 from home:jubalh:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/420002 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=173
This commit is contained in:
parent
5262fbdfb1
commit
dbc528b165
11
boost-fix_include_config.patch
Normal file
11
boost-fix_include_config.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- /boost_1_61_0/boost/optional/optional_fwd.hpp
|
||||||
|
+++ /boost_1_61_0.new/boost/optional/optional_fwd.hpp
|
||||||
|
@@ -16,7 +16,7 @@
|
||||||
|
#ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
|
||||||
|
#define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP
|
||||||
|
|
||||||
|
-#include <boost/config/suffix.hpp>
|
||||||
|
+#include <boost/config.hpp>
|
||||||
|
|
||||||
|
namespace boost {
|
||||||
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 18 14:40:43 UTC 2016 - mvetter@suse.com
|
||||||
|
|
||||||
|
- Fix boo#994378, boo#994381, boo#994382 boo#994383:
|
||||||
|
Fix build issues when optional_fwd.hpp is used before
|
||||||
|
including boost/config.hpp
|
||||||
|
- Add boost-fix_include_config.patch from
|
||||||
|
gh#boostorg/optional#19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 12 15:05:12 UTC 2016 - adrian@suse.de
|
Fri Aug 12 15:05:12 UTC 2016 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -88,6 +88,7 @@ Patch13: boost-visibility.patch
|
|||||||
Patch14: boost-1.57.0-python-libpython_dep.patch
|
Patch14: boost-1.57.0-python-libpython_dep.patch
|
||||||
Patch15: boost-1.57.0-python-abi_letters.patch
|
Patch15: boost-1.57.0-python-abi_letters.patch
|
||||||
Patch16: boost-1.55.0-python-test-PyImport_AppendInittab.patch
|
Patch16: boost-1.55.0-python-test-PyImport_AppendInittab.patch
|
||||||
|
Patch17: boost-fix_include_config.patch
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -447,6 +448,7 @@ find -type f ! \( -name \*.sh -o -name \*.py -o -name \*.pl \) -exec chmod -x {}
|
|||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
|
%patch17 -p2
|
||||||
|
|
||||||
#stupid build machinery copies .orig files
|
#stupid build machinery copies .orig files
|
||||||
find . -name \*.orig -exec rm {} +
|
find . -name \*.orig -exec rm {} +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user