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

Antonio Rojas arojas at archlinux.org
Tue Dec 10 17:32:59 UTC 2019


    Date: Tuesday, December 10, 2019 @ 17:32:58
  Author: arojas
Revision: 370626

Build examples (FS#64764)

Modified:
  opencore-amr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-10 17:30:23 UTC (rev 370625)
+++ PKGBUILD	2019-12-10 17:32:58 UTC (rev 370626)
@@ -3,7 +3,7 @@
 
 pkgname=opencore-amr
 pkgver=0.1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech codec"
 arch=('x86_64')
 license=('APACHE')
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr --disable-static --enable-examples
   make
 }
 



More information about the arch-commits mailing list