summaryrefslogtreecommitdiff
path: root/package/alsa-lib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-02 11:37:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-02 11:37:29 +0100
commit6ad2d9509f5a6816e09abb5f4cbf0af251485abd (patch)
tree764fec9e04441b533221478ce89adc5d8ccd4583 /package/alsa-lib
parent202002ab522f579af76fcbe787255e67ed070dc5 (diff)
alsa-lib: disable versioned symbol support
This fixes the following issue with aplay and uClibc-ng: aplay: set_params:1352: not enough memory
Diffstat (limited to 'package/alsa-lib')
-rw-r--r--package/alsa-lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/alsa-lib/Makefile b/package/alsa-lib/Makefile
index 39cb0b7e7..009271aa1 100644
--- a/package/alsa-lib/Makefile
+++ b/package/alsa-lib/Makefile
@@ -30,7 +30,8 @@ endif
TARGET_CPPFLAGS+= -D_POSIX_C_SOURCE=1
HOST_STYLE:= auto
HOST_CONFIGURE_ARGS+= --disable-python
-CONFIGURE_ARGS+= --disable-python
+CONFIGURE_ARGS+= --disable-python \
+ --without-versioned
alsa-lib-install:
${INSTALL_DIR} ${IDIR_ALSA_LIB}/usr/lib