For HP-UX/GCC only, define _INCLUDE_STDC__SOURCE_199901 as a build requirement. Fix #5048.

[SVN r83443]
This commit is contained in:
Beman Dawes 2013-03-15 18:10:48 +00:00
parent 7bb19f9604
commit c4d3e3d64c

View File

@ -7,6 +7,7 @@
# See library home page at http://www.boost.org/libs/filesystem
project boost/filesystem
: requirements <host-os>hpux,<toolset>gcc:<define>_INCLUDE_STDC__SOURCE_199901
: source-location ../src
: usage-requirements # pass these requirement to dependents (i.e. users)
<link>shared:<define>BOOST_FILESYSTEM_DYN_LINK=1