| Summary: | sys-fs/lessfs - add use flag for hamsterdb, berkeleydb | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Riccardo Bicelli <r.bicelli> |
| Component: | [OLD] Core system | Assignee: | Markos Chandras (RETIRED) <hwoarang> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
We have no hamsterdb in portage so I only added a berkdb useflag. Thanks for reporting |
Since the use of tokiocabinet is deprecated, it is recommended to compile lessfs with hamsterdb or berkeleydb. For now I changed the src_configure as is (I have no knowledge how to make ebuild): src_configure() { econf \ $(use_enable debug) $(use_enable debug lckdebug) \ $(use_enable filelog) $(use_with crypt crypto) \ $(use_with lzo) $(use_enable memtrace) \ --with-berkeleydb } Thanks. Reproducible: Always