]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/log/example/syslog/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / log / example / syslog / Jamfile.v2
index 2632be9bc0b45921104e038802bb453375881933..a4d1a97108ce34f67fc9f240b476e56040831fa2 100644 (file)
@@ -5,8 +5,12 @@
 #          http://www.boost.org/LICENSE_1_0.txt)
 #
 
+import ../../build/log-platform-config ;
+
 project
     : requirements
+        <conditional>@log-platform-config.set-platform-defines
+
         <link>shared:<define>BOOST_ALL_DYN_LINK
         <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
         <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
@@ -44,7 +48,6 @@ project
         <library>/boost/log//boost_log
         <library>/boost/date_time//boost_date_time
         <library>/boost/filesystem//boost_filesystem
-        <library>/boost/system//boost_system
         <library>/boost/thread//boost_thread
         <threading>multi
     ;