Task #2244
Updated by Alex Afanasyev almost 11 years ago
waf has a "feature" of not propagating static libraries in "use" variables of build targets. This effectively means that we need to specify `use='BOOST CRYPTOPP SQLITE3'` `use='BOOST'` for every build task that actually uses boost, cryptopp, and sqlite3 boost libraries (e.g., all test cases).