Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409859 - sys-fs/lessfs - add use flag for hamsterdb, berkeleydb
Summary: sys-fs/lessfs - add use flag for hamsterdb, berkeleydb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-27 12:37 UTC by Riccardo Bicelli
Modified: 2012-03-30 20:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Riccardo Bicelli 2012-03-27 12:37:48 UTC
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
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2012-03-30 20:41:51 UTC
We have no hamsterdb in portage so I only added a berkdb useflag. Thanks for reporting