| Summary: | sys-devel/libtool - support libtool without libltdl.la? | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Nguyen Thai Ngoc Duy (RETIRED) <pclouds> |
| Component: | New packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Nguyen Thai Ngoc Duy (RETIRED)
2008-03-18 17:36:46 UTC
Well, maybe just don't blindly INSTALL_MASK stuff... ??? (In reply to comment #1) > Well, maybe just don't blindly INSTALL_MASK stuff... ??? > If there is a way to say "mask all *.la except /usr/lib/libltdl.la" then I'll go that way. Maybe INSTALL_MASK_MASK? :D .la files are usually not required at runtime, but a package that uses libltdl may read the .la files at runtime when dynamically loading other libraries you also break package dependencies that use libtool to resolve static dependencies if you mask *.la files, you get the pieces |