summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2019-03-10 21:26:29 +0900
committerQue Quotion2019-03-10 21:26:29 +0900
commit9284e18822dbf5ba3020b8a7f247f1c2c9c3419c (patch)
tree0796bc0d2d6ebdd1a438bb3eac964011cdc781a7 /PKGBUILD
parent21d06ad12e11a882d415b5cc5237ce8889ff17d7 (diff)
downloadaur-9284e18822dbf5ba3020b8a7f247f1c2c9c3419c.tar.gz
Enable patch to fix libtool.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 026339659396..36816c3f0e96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _pkgname="pulseaudio"
pkgname="$_pkgname-git"
pkgdesc="A featureful, general-purpose sound server (development version)"
pkgver=v12.0.271.g904dd3800
-pkgrel=1
+pkgrel=2
arch=("i686" "x86_64" "armv7h")
url="http://pulseaudio.org/"
license=("GPL" "LGPL")
@@ -61,7 +61,7 @@ build() {
DATADIRNAME=share
#Incomplete libtool breaks LTO, possibly other things.
- #patch -Np2 < ../fixlibtool
+ patch -Np2 < ../fixlibtool
# fight unused direct deps
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool