X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fserialization%2Fbuild%2FJamfile.v2;h=d7823a5998d200ae66e17299f28bb56db8844213;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=8fd92e64800c09f8e09b92aef4979e495601fc97;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/serialization/build/Jamfile.v2 b/ceph/src/boost/libs/serialization/build/Jamfile.v2 index 8fd92e648..d7823a599 100644 --- a/ceph/src/boost/libs/serialization/build/Jamfile.v2 +++ b/ceph/src/boost/libs/serialization/build/Jamfile.v2 @@ -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 gcc:"-ftemplate-depth-255" clang:"-ftemplate-depth-255" darwin:"-ftemplate-depth-255" + # note: both serialization and wserialization are conditioned on the this + # switch - don't change it to BOOST_WSERIALIZATION_DYN_LINK shared:BOOST_SERIALIZATION_DYN_LINK=1 ;