]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/log/config/atomic-int32/Jamfile.jam
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / log / config / atomic-int32 / Jamfile.jam
index 24b4536db1be6dd294561930f82f343fc01bebc1..5b08d8d783c3e79d96a489c229d0ee928468b7a3 100644 (file)
@@ -6,18 +6,12 @@
 #
 
 import project ;
+import log-platform-config ;
 
 project /boost/log/atomic-int32
     : source-location .
     : requirements
-        # Reproduce the same system macros here as are used during the library compilation. See build/Jamfile.v2.
-        <target-os>linux:<define>_XOPEN_SOURCE=600
-        <target-os>linux:<define>_GNU_SOURCE=1
-
-        <target-os>solaris:<define>_XOPEN_SOURCE=500
-        <target-os>solaris:<define>__EXTENSIONS__
-
-        <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
+        <conditional>@log-platform-config.set-platform-defines
 
         <pch>off
     ;