Control: tags -1 + patch Hi,
A simple patch for this is attached. Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org
Description: Fix FTBFS on kfreebsd Debian GNU/kFreeBSD - like Linux, but unlike FreeBSD - requires linking executables with -ldl. Forwarded: not-needed Author: Steven Chamberlain <ste...@pyro.eu.org> Last-Update: 2015-09-08 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,6 +166,12 @@ else() dl ) endif() + # ... and Debian GNU/kFreeBSD + if( CMAKE_SYSTEM_NAME MATCHES "FreeBSD" ) + target_link_libraries(include-what-you-use + dl + ) + endif() endif() install(TARGETS include-what-you-use
signature.asc
Description: Digital signature