[arch-commits] Commit in alsa-lib/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Thu Sep 28 05:11:58 UTC 2017


    Date: Thursday, September 28, 2017 @ 05:11:57
  Author: anatolik
Revision: 306296

upgpkg: alsa-lib 1.1.4.1-2

FS#55773 Disable debug mode

Modified:
  alsa-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-27 20:19:40 UTC (rev 306295)
+++ PKGBUILD	2017-09-28 05:11:57 UTC (rev 306296)
@@ -3,7 +3,7 @@
 
 pkgname=alsa-lib
 pkgver=1.1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org"
@@ -15,7 +15,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7
+  ./configure --without-debug --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7
   make
 }
 



More information about the arch-commits mailing list