Fix compile error in utf8_codecvt_facet on HPUX.

Closes #5049.


[SVN r67770]
This commit is contained in:
Vladimir Prus
2011-01-08 10:12:43 +00:00
parent 28cafd9bd9
commit 5b7fbb5fe7

View File

@@ -12,6 +12,8 @@ SOURCES =
lib boost_program_options
: $(SOURCES).cpp
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1 # tell source we're building dll's
# See https://svn.boost.org/trac/boost/ticket/5049
<target-os>hpux,<toolset>gcc:<define>_INCLUDE_STDC__SOURCE_199901
:
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1
;