summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-10-27 10:19:26 -0700
committerMichael Forney <mforney@mforney.org>2017-10-27 10:19:26 -0700
commit1e38051efdbf3d0f9b06842efacc0b89d6a6917e (patch)
tree69d79656dee13c7dacd27d19b16fe06682d644e4 /pkg
parent26621546fc1f0918b6ecaf71dc6efccf1940b521 (diff)
alsa-lib: Remove HAVE_LIBDL
This was accidentally enabled in 66fbae202aeffe37707c8a777faec970f39cdf09, which I apparently did not test.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/alsa-lib/README.md3
-rw-r--r--pkg/alsa-lib/config.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/pkg/alsa-lib/README.md b/pkg/alsa-lib/README.md
index bb00a8ad..e05ab147 100644
--- 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
index fdb69798..27912b8d 100644
--- 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