747d6e8fe2
- Drop patches: boost-1.63.0-dual-python-build-v2.patch boost-1.64.0-mpi-get_data.patch boost-1.64.0-serialization-make_array.patch boost-1.64.0-icl-ttp-matching.patch boost-1.64.0-icl-undefined-shift.patch
14 lines
554 B
Diff
14 lines
554 B
Diff
--- boost_1_66_0/tools/build/src/tools/gcc.jam~ 2018-01-19 13:09:56.041685502 +0000
|
|
+++ boost_1_66_0/tools/build/src/tools/gcc.jam 2018-01-19 13:09:56.042685500 +0000
|
|
@@ -421,7 +421,9 @@
|
|
|
|
rule set-address-model-options ( targets * : sources * : properties * )
|
|
{
|
|
- local model = [ feature.get-values address-model : $(properties) ] ;
|
|
+ # For RPM builds the address model flag is passed in %{optflags}.
|
|
+ # local model = [ feature.get-values address-model : $(properties) ] ;
|
|
+ local model ;
|
|
if $(model)
|
|
{
|
|
local option ;
|