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

Bug 12216

Summary: Broken dump-0.4.31.ebuild configuration
Product: Gentoo Linux Reporter: a-wall
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: 1.4_rc1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description a-wall 2002-12-15 16:36:47 UTC
Actually this is just a type in the ebuild configuration for dump-0.4.31


Hey at least its trying to be staticlly linked like it should be.

as follows:

dump-0.4.31.ebuild
 use static \
                && myconf="${myconf} --snable-static" \
                || myconf="${myconf} --enable-shared"

should be:
use static \
                && myconf="${myconf} --enable-static" \
                || myconf="${myconf} --enable-shared"


notice the enable-statics

thanks,

-aaron
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-15 18:40:11 UTC
nice catch