From 6ad2d9509f5a6816e09abb5f4cbf0af251485abd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb <wbx@openadk.org> Date: Wed, 2 Mar 2016 11:37:29 +0100 Subject: alsa-lib: disable versioned symbol support This fixes the following issue with aplay and uClibc-ng: aplay: set_params:1352: not enough memory --- package/alsa-lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3