From ed5e014f0fe321d78b7f4914e83cb8e7caf01510 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 6 Oct 2009 15:48:30 +0200 Subject: [PATCH] boost-jam: decustmainized and made build with gcc 4.2 --- develop/boost-jam/boost-jam.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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/'