| Summary: | rb_libtorrent 0.15.10 still uses slotted boost installation | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Tomasz Chilinski <tomasz.chilinski> |
| Component: | New packages | Assignee: | Markos Chandras (RETIRED) <hwoarang> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | daniele.segato, net-p2p, tomasz.chilinski |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Thanks this is fixed now *** Bug 421635 has been marked as a duplicate of this bug. *** |
As in summary. Snippet from ebuild: econf $(use_enable debug) \ $(use_enable test tests) \ $(use_enable examples) \ $(use_enable python python-binding) \ $(use_enable ssl encryption) \ $(use_enable static-libs static) \ --with-zlib=system \ ${LOGGING} \ --with-boost=${BOOST_INC} \ --with-boost-libdir=${BOOST_LIB} \ ${BOOST_LIBS} --with-boost and --with-boost-libdir should be removed.