summaryrefslogtreecommitdiffstats
path: root/main/alsa-lib/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-05-10 12:04:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-05-10 12:04:40 +0000
commit0d3ebca5ac8e59dd587ad1bac7ea201fdec07464 (patch)
tree5a3ddb80d0c41aa0895bf9d5487222b8599bbe84 /main/alsa-lib/APKBUILD
parent6d1b0ca97683a1657e4510d79a79c3507f6d2c1c (diff)
main/alsa-lib: disable versioned symbols
uclibc does not support them. Should make gstreamer alsa plugin work properly.
Diffstat (limited to 'main/alsa-lib/APKBUILD')
-rw-r--r--main/alsa-lib/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/alsa-lib/APKBUILD b/main/alsa-lib/APKBUILD
index ded73194d87..1b4503c92b2 100644
--- a/main/alsa-lib/APKBUILD
+++ b/main/alsa-lib/APKBUILD
@@ -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
}