We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cafd9 commit 5b7fbb5Copy full SHA for 5b7fbb5
build/Jamfile.v2
@@ -12,6 +12,8 @@ SOURCES =
12
lib boost_program_options
13
: $(SOURCES).cpp
14
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1 # tell source we're building dll's
15
+ # See https://svn.boost.org/trac/boost/ticket/5049
16
+ <target-os>hpux,<toolset>gcc:<define>_INCLUDE_STDC__SOURCE_199901
17
:
18
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1
19
;
0 commit comments