libfifolog.a consumers should not need to specify libz explicitly.
Discovered due to an lld bug.
Differential D2278
Fix libfifolog dependency on libz emaste on Apr 10 2015, 8:44 PM. Authored by Tags None Referenced Files
Subscribers
Details
libfifolog.a consumers should not need to specify libz explicitly. Discovered due to an lld bug.
Diff Detail
Event Timeline
Comment Actions I see the distinction now. The _DP_* are only used with NO_SHARED and not for INTERNALLIB consumers. I think the right fix here is using the _DP_* vars without NO_SHARED, but not recursing on them like NO_SHARED does. This fixes broken libs like INTERNALLIBS and reduces seemingly redundant and confusing logic. |