aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-pyste/files/patch-tools_jam_src_build.jam
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-pyste/files/patch-tools_jam_src_build.jam')
-rw-r--r--devel/boost-pyste/files/patch-tools_jam_src_build.jam11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/boost-pyste/files/patch-tools_jam_src_build.jam b/devel/boost-pyste/files/patch-tools_jam_src_build.jam
new file mode 100644
index 000000000000..413fef332db7
--- /dev/null
+++ b/devel/boost-pyste/files/patch-tools_jam_src_build.jam
@@ -0,0 +1,11 @@
+--- tools/jam/src/build.jam.orig Tue Jul 29 15:43:31 2008
++++ tools/jam/src/build.jam Tue Nov 11 23:52:09 2008
+@@ -176,7 +176,7 @@
+ ## GCC 2.x, 3.x, 4.x
+ toolset gcc gcc : "-o " : -D
+ : -pedantic -fno-strict-aliasing
+- [ opt --release : [ opt --symbols : -g : -s ] -O3 ]
++ [ opt --release : [ opt --symbols : -g : -s ] -O3 -fno-strict-aliasing ]
+ [ opt --debug : -g -O0 -fno-inline ]
+ -I$(--python-include) -I$(--extra-include) -Wno-long-long
+ : -L$(--python-lib[1]) -l$(--python-lib[2]) ;