| Bug#: 117992 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Other | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: games@gentoo.org | Reported By: seriousmoose@yahoo.com | |
| Component: Library | |||
| URL: | |||
| Summary: add static to media-libs/devil | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-01-05 23:55 0000 | |||
| Description: | Opened: 2006-01-05 23:55 0000 |
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) \
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)