diff -urN codelite-17.0/ctags/CMakeLists.txt codelite-17.0/ctags/CMakeLists.txt
--- codelite-17.0/ctags/CMakeLists.txt	2022-12-27 22:01:00.000000000 +0000
+++ codelite-17.0/ctags/CMakeLists.txt	2023-01-14 14:18:24.798598947 +0000
@@ -18,9 +18,9 @@
 option(DISABLE_ICONV "Disable iconv" OFF)
 option(DISABLE_YAML "Disable yaml" OFF)
 
-if(UNIX AND NOT APPLE)
-  set(LIBS -static)
-endif()
+#if(UNIX AND NOT APPLE)
+# set(LIBS -static)
+#endif()
 
 set(XML_SRCS ${CMAKE_CURRENT_LIST_DIR}/parsers/maven2.c
              ${CMAKE_CURRENT_LIST_DIR}/parsers/dbusintrospect.c
