Ticket #1083: boost-regex-link-icuuc.patch

File boost-regex-link-icuuc.patch, 472 bytes (added by bero@…, 15 years ago)

This (obviously incorrect because it assumes icu lives in /usr/lib) patch fixes it for me - maybe it can give a hint on what's going wrong.

  • boost_1_34_0/libs/regex/build/Jamfile.v2

    old new  
    171171   usinstances.cpp ;
    172172
    173173
    174 lib boost_regex : ../src/$(SOURCES) $(ICU_EXTRA_SOURCE)
     174lib boost_regex : ../src/$(SOURCES) $(ICU_EXTRA_SOURCE) /usr/lib/libicuuc.so
    175175    :         
    176176        #<link>static:<define>BOOST_REGEX_NO_LIB=1
    177177        #<link>static:<define>BOOST_REGEX_STATIC_LINK=1