Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 409859

Summary: sys-fs/lessfs - add use flag for hamsterdb, berkeleydb
Product: Gentoo Linux Reporter: Riccardo Bicelli <r.bicelli>
Component: [OLD] Core systemAssignee: Markos Chandras (RETIRED) <hwoarang>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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