$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: technews_at_[hidden]
Date: 2008-01-10 20:20:34
Author: turkanis
Date: 2008-01-10 20:20:33 EST (Thu, 10 Jan 2008)
New Revision: 42671
URL: http://svn.boost.org/trac/boost/changeset/42671
Log:
force static runtime-link for intel-darwin, in attempt to fix 'ld: unknown flag: -soname' errors
Text files modified: 
   branches/iostreams_dev/libs/iostreams/test/Jamfile.v2 |     4 +++-                                    
   1 files changed, 3 insertions(+), 1 deletions(-)
Modified: branches/iostreams_dev/libs/iostreams/test/Jamfile.v2
==============================================================================
--- branches/iostreams_dev/libs/iostreams/test/Jamfile.v2	(original)
+++ branches/iostreams_dev/libs/iostreams/test/Jamfile.v2	2008-01-10 20:20:33 EST (Thu, 10 Jan 2008)
@@ -22,9 +22,11 @@
             : # command
             : # input files
             : # build requirements
+                <toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE
+                <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
                 <toolset>msvc,<stdlib>stlport:<runtime-link>static
-                <toolset>msvc:<cxxflags>"-wd4996"
                 <toolset>cw-9.3,<os>darwin:<runtime-link>static
+                <toolset>intel,<os>darwin:<runtime-link>static
                 <define>BOOST_IOSTREAMS_NO_LIB
                 <link>shared:<define>BOOST_IOSTREAMS_DYN_LINK=1
                 $(requirements)