X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fregex%2Fbuild%2FJamfile.v2;h=58fd1fbfc1ff2c18f692c923bbc3e4eedbec7655;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=ee8e3b3499b0f58218ed3bccc45eee9a576256e6;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/regex/build/Jamfile.v2 b/ceph/src/boost/libs/regex/build/Jamfile.v2 index ee8e3b349..58fd1fbfc 100644 --- a/ceph/src/boost/libs/regex/build/Jamfile.v2 +++ b/ceph/src/boost/libs/regex/build/Jamfile.v2 @@ -4,6 +4,7 @@ # http://www.boost.org/LICENSE_1_0.txt. import modules ; +import testing ; project : requirements # default to all warnings on: @@ -119,7 +120,6 @@ lib boost_regex : ../src/$(SOURCES) icu_options : shared:BOOST_REGEX_DYN_LINK=1 gcc-cygwin:static - sun:static ; boost-install boost_regex ;