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
Hi! Another bug in itpp-4.0.0.ebuild is that the "minimal" use flag has no effect on configure arguments. The attached patch fixes this problem. BR, /Adam
Created an attachment (id=138733) [details] itpp-minimal.patch
Why did you rename myconf? Completely unneeded, just add ${myconf} to econf arguments and leave the rest as is...
(In reply to comment #2) > Why did you rename myconf? Completely unneeded, just add ${myconf} to econf > arguments and leave the rest as is... I renamed it to minimal_conf, to make sure that it is appended to configure command without double quotation around ${minimal_conf}, independently of other possible myconf switches. With double quotes, i.e. "${minimal_conf}", the configure command fails. But if you wish to have it as myconf, I don't mind your choice.
Thanks for pointing this out, Adam; I just fixed this in the itpp-4.0.1 ebuild. cheers, Markus