Toolchain: Remove references to -ldl

This commit is contained in:
Tim Schumacher 2022-08-14 12:47:09 +02:00 committed by Linus Groh
parent da0e28dccc
commit 39477e923f
Notes: sideshowbarker 2024-07-17 08:59:18 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
set(SERENITYOS 1) set(SERENITYOS 1)
set(CMAKE_DL_LIBS "-ldl") set(CMAKE_DL_LIBS "")
set(CMAKE_SHARED_LIBRARY_RPATH_ORIGIN_TOKEN "\$ORIGIN") set(CMAKE_SHARED_LIBRARY_RPATH_ORIGIN_TOKEN "\$ORIGIN")
set(CMAKE_SHARED_LIBRARY_SUFFIX ".so") set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")

View File

@ -55,7 +55,7 @@ index 9b94fd71e..51e45878f 100755
+ serenity*) + serenity*)
+ lt_cv_dlopen="dlopen" + lt_cv_dlopen="dlopen"
+ lt_cv_dlopen_libs="-ldl" + lt_cv_dlopen_libs=""
+ ;; + ;;
+ +
darwin*) darwin*)