]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/build/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / serialization / build / Jamfile.v2
index 8fd92e64800c09f8e09b92aef4979e495601fc97..d7823a5998d200ae66e17299f28bb56db8844213 100644 (file)
@@ -82,8 +82,7 @@ SOURCES =
     xml_archive_exception
     codecvt_null
     utf8_codecvt_facet
-    singleton
-;
+ ;
     
 WSOURCES = 
     basic_text_wiprimitive
@@ -120,6 +119,8 @@ lib boost_wserialization
     <toolset>gcc:<cxxflags>"-ftemplate-depth-255"
     <toolset>clang:<cxxflags>"-ftemplate-depth-255"
     <toolset>darwin:<cxxflags>"-ftemplate-depth-255"
+    # note: both serialization and wserialization are conditioned on the this
+    # switch - don't change it to BOOST_WSERIALIZATION_DYN_LINK
     <link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1
     ;