12 lines
455 B
Diff
12 lines
455 B
Diff
musl: dlopen is included so LD_LIBS="" instead of LD_LIBS="none required"
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -275,6 +275,7 @@
|
|
dnl Checks for libdl - on certain platforms its part of libc
|
|
dnl
|
|
AC_SEARCH_LIBS([dlopen], [dl dld], [], [ac_cv_search_dlopen=])
|
|
+AS_IF([test "$ac_cv_search_dlopen" = "none required"],[ac_cv_search_dlopen=""])
|
|
AC_SUBST([DL_LIBS], "$ac_cv_search_dlopen")
|
|
|
|
PKG_CHECK_MODULES(GLIB, [gio-unix-2.0 >= 2.37.6 gmodule-2.0],
|