Bug 12216 - Broken dump-0.4.31.ebuild configuration
Bug#: 12216 Product:  Gentoo Linux Version: 1.4_rc1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: bug-wranglers@gentoo.org Reported By: a-wall@qwest.net
Component: Ebuilds
URL: 
Summary: Broken dump-0.4.31.ebuild configuration
Keywords:  
Status Whiteboard: 
Opened: 2002-12-15 16:36 0000
Description:   Opened: 2002-12-15 16:36 0000
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 From Seemant Kulleen (RETIRED) 2002-12-15 18:40:11 0000 -------
nice catch