aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/alsa/libdl.diff
blob: f2d721b025a67f24e19fdcd3935784dd02005ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/configure.ac b/configure.ac
index 7a152a4..324adf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,6 +261,7 @@ HAVE_LIBDL=
 if test "$have_libdl" = "yes"; then
   AC_SEARCH_LIBS([dlsym], [dl], [HAVE_LIBDL="yes"])
   if test "$HAVE_LIBDL" = "yes" ; then
+    ALSA_DEPLIBS="$ALSA_DEPLIBS -ldl"
     AC_DEFINE([HAVE_LIBDL], 1, [Have libdl])
   fi
 else