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

Jan Steffens heftig at nymeria.archlinux.org
Mon Oct 21 11:52:17 UTC 2013


    Date: Monday, October 21, 2013 @ 13:52:15
  Author: heftig
Revision: 196965

staticlibs

Modified:
  speex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 11:48:01 UTC (rev 196964)
+++ PKGBUILD	2013-10-21 11:52:15 UTC (rev 196965)
@@ -4,7 +4,7 @@
 
 pkgname=speex
 pkgver=1.2rc1
-pkgrel=3
+pkgrel=4
 pkgdesc="A free codec for free speech"
 arch=(i686 x86_64)
 url="http://www.speex.org/"
@@ -16,7 +16,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
   make
 }
 




More information about the arch-commits mailing list