| Summary: | add static to media-libs/devil | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Kenny Bentley <seriousmoose> |
| Component: | [OLD] Library | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
sure. remerge devil to have the static library as well. Thanks for the bug report. no, USE=static is incorrect ... devil should always generate the static archive (which is what Mr_Bones_ did) |
I was building a program today and I needed the static version of devil. If possible, could we get a static use flag added? find: $(use_enable sdl) \ $(use_with X x) \ replace: $(use_enable sdl) \ $(use_enable static) \ $(use_with X x) \