aboutsummaryrefslogtreecommitdiffstats
path: root/main/alsa-lib
diff options
context:
space:
mode:
Diffstat (limited to 'main/alsa-lib')
-rw-r--r--main/alsa-lib/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/alsa-lib/APKBUILD b/main/alsa-lib/APKBUILD
index 80d865e0bf..a901778c15 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.1.4.1
-pkgrel=0
+pkgrel=1
pkgdesc="An alternative implementation of Linux sound support"
url="http://www.alsa-project.org"
arch="all"
@@ -24,6 +24,10 @@ prepare() {
build() {
cd "$builddir"
+ # musl does support wordexp but we don't want alsa to use it since it will
+ # execute /bin/sh and break things like firefox sandbox
+ # https://bugs.alpinelinux.org/issues/7454
+ ac_cv_header_wordexp_h=no \
./configure \
--build=$CBUILD \
--host=$CHOST \