Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
nice catch