Taken from the Gentoo patch: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-devel/llvm-roc/files/llvm-roc-5.0.0-linkdl.patch LLVMOffloadArch should link libdl to fix undefined symbol 'dlsym' when linking --- a/llvm/lib/OffloadArch/offload-arch/CMakeLists.txt +++ b/llvm/lib/OffloadArch/offload-arch/CMakeLists.txt @@ -3,6 +3,7 @@ add_llvm_tool(offload-arch ${CMAKE_CURRENT_SOURCE_DIR}/offload-arch.cpp DEPENDS generated-table LLVMOffloadArch ) +target_link_libraries(LLVMOffloadArch PRIVATE ${CMAKE_DL_LIBS}) target_link_libraries(offload-arch PRIVATE LLVMOffloadArch) if(CMAKE_HOST_UNIX) nput type='hidden' name='id' value='9016dbc2bb469c31915c46cf8a1baecdfe022373'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libupnp.scm
AgeCommit message (Expand)Author
2017-01-23gnu: libupnp: Update to 1.6.21....Leo Famulari
2016-12-16gnu: libupnp: Fix CVE-2016-8863....Leo Famulari
2016-10-09gnu: libupnp: Fix CVE-2016-6255....Leo Famulari
2016-09-11gnu: libupnp: Update to 1.6.20....Leo Famulari