X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fregex%2Fperformance%2FJamfile.v2;h=63dfee348ee0f346f09b991cf40f24bffd140f93;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=48154c91d1cda17147e4c020caf40ae63734c451;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/regex/performance/Jamfile.v2 b/ceph/src/boost/libs/regex/performance/Jamfile.v2 index 48154c91d..63dfee348 100644 --- a/ceph/src/boost/libs/regex/performance/Jamfile.v2 +++ b/ceph/src/boost/libs/regex/performance/Jamfile.v2 @@ -18,10 +18,10 @@ using auto-index ; path-constant images_location : html ; path-constant here : . ; -lib pcre2 ; +lib pcre2-8 ; lib re2 ; -exe has_pcre2 : config/pcre.cpp pcre2 : third_party third_party third_party release ; +exe has_pcre2 : config/pcre.cpp pcre2-8 : third_party third_party third_party release ; explicit has_pcre2 ; exe has_posix : config/posix.cpp : release ; explicit has_posix ; @@ -31,7 +31,7 @@ explicit has_re2 ; run [ glob *.cpp ] /boost/regex//boost_regex /boost/system /boost/chrono /boost/filesystem : : : release - [ check-target-builds has_pcre2 : TEST_PCRE2 pcre2 ] + [ check-target-builds has_pcre2 : TEST_PCRE2 pcre2-8 ] [ check-target-builds has_posix : TEST_POSIX ] [ check-target-builds has_re2 : TEST_RE2 re2 third_party third_party third_party ] third_party