commit: 1e38051efdbf3d0f9b06842efacc0b89d6a6917e
parent 26621546fc1f0918b6ecaf71dc6efccf1940b521
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 27 Oct 2017 10:19:26 -0700
alsa-lib: Remove HAVE_LIBDL
This was accidentally enabled in 66fbae202aeffe37707c8a777faec970f39cdf09, which
I apparently did not test.
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pkg/alsa-lib/README.md b/pkg/alsa-lib/README.md
@@ -6,4 +6,5 @@ Generated with
./configure \
--prefix= \
--disable-hwdep \
- --disable-rawmidi
+ --disable-rawmidi \
+ --without-libdl
diff --git a/pkg/alsa-lib/config.h b/pkg/alsa-lib/config.h
@@ -22,7 +22,7 @@
#define HAVE_DLFCN_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_INTTYPES_H 1
-#define HAVE_LIBDL 1
+/* #undef HAVE_LIBDL */
#define HAVE_LIBPTHREAD 1
/* #undef HAVE_LIBRESMGR */
#define HAVE_LIBRT 1