mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/alsa-lib: disable versioned symbols
uclibc does not support them. Should make gstreamer alsa plugin work properly.
This commit is contained in:
parent
6d1b0ca976
commit
0d3ebca5ac
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user