termux-packages/x11-packages/fcitx5/cmake-FindDL.cmake.patch

11 lines
240 B
Diff

--- a/cmake/FindDL.cmake
+++ b/cmake/FindDL.cmake
@@ -6,7 +6,6 @@
include(CheckFunctionExists)
include(CheckSymbolExists)
-find_path(DL_INCLUDE_DIR NAMES dlfcn.h)
find_library(DL_LIBRARY NAMES dl)
if(DL_LIBRARY)
set(DL_FOUND TRUE)