65a0e041ac
When we use LIBADD for static libraries, the dependent libraries get propagated properly. For example, the dl/dlopen component will almost certainly require the -ldl library; when using LIBS, that doesn't get propagated elsewhere in the tree, but when using LIBADD, it does (e.g., when linking opal_wrapper_compiler).