main/alsa-lib: disable versioned symbols

uclibc does not support them.

Should make gstreamer alsa plugin work properly.
This commit is contained in:
Natanael Copa 2010-05-10 12:04:40 +00:00
parent 6d1b0ca976
commit 0d3ebca5ac

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alsa-lib
pkgver=1.0.23
pkgrel=0
pkgrel=1
pkgdesc="An alternative implementation of Linux sound support"
url="http://www.alsa-project.org"
license="GPL"
@ -19,6 +19,7 @@ build() {
--enable-seq \
--enable-aload \
--disable-dependency-tracking \
--without-versioned \
|| return 1
make || return 1
}