Browse Source

alsa-lib: disable versioned symbol support

This fixes the following issue with aplay and uClibc-ng:
aplay: set_params:1352: not enough memory
Waldemar Brodkorb 8 years ago
parent
commit
6ad2d9509f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/alsa-lib/Makefile

+ 2 - 1
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