Ticket #12570: workaround-boost-12570.patch

File workaround-boost-12570.patch, 449 bytes (added by hbadger@…, 6 years ago)

patch to work around this bug

  • build/Jamfile.v2

    diff --git a/build/Jamfile.v2 b/build/Jamfile.v2
    index 578e722..0e6fb45 100644
    a b rule configure-full ( properties * : flags-only )  
    226226                result += <library>iconv ;
    227227            }
    228228        }
     229
     230        # work around for boost bug(?) - https://svn.boost.org/trac/boost/ticket/12570
     231        found-iconv = true ;
     232        result += <library>iconv ;
     233
    229234    }       
    230235    if $(found-iconv)
    231236    {