Disable static-libstdc++ when clang is linked dynamically (#647)
Based on the bug report in https://bugs.gentoo.org/show_bug.cgi?id=582770, mixing static+non-static libstdc++ can lead to crashes. Disable such combinations. Choosing to leave out the llvm check, since in practice clang is less likely to be provided statically, so the check should cover both cases. Fixes: #633 Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
Showing
Please register or sign in to comment