Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12216 - Broken dump-0.4.31.ebuild configuration
Summary: Broken dump-0.4.31.ebuild configuration
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-15 16:36 UTC by a-wall
Modified: 2002-12-15 18:40 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 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