diff --git a/develop/boost-jam/boost-jam.conf b/develop/boost-jam/boost-jam.conf
index 7a3495c86..da79a7215 100644
--- a/develop/boost-jam/boost-jam.conf
+++ b/develop/boost-jam/boost-jam.conf
@@ -2,8 +2,7 @@
 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
 #
 # Filename: package/.../boost-jam/boost-jam.conf
-# Copyright (C) 2004 - 2006 The T2 SDE Project
-# Copyright (C) 1998 - 2004 Clifford Wolf
+# Copyright (C) 2009 The OpenSDE Project
 #
 # More information can be found in the files COPYING and README.
 #
@@ -13,11 +12,12 @@
 # GNU General Public License can be found in the file COPYING.
 # --- SDE-COPYRIGHT-NOTE-END ---
 
-yam_cm ()
-{
-	./build.sh
-	cp -vf bin.*/* $bindir
-}
+# disable strict aliasing because jam0 segfaults
+var_append GCC_WRAPPER_APPEND ' ' '-fno-strict-aliasing'
 
-custmain="yam_cm"
+makeopt=
+makeinstopt=
+runconf=0
 
+hook_add inmake 5 './build.sh'
+hook_add postmake 5 'cp -vf bin.*/* $root$bindir/'