First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 12216
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: a-wall@qwest.net
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 12216 depends on: Show dependency tree
Bug 12216 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

First Last Prev Next    No search results available      Search page      Enter new bug