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

Antonio Rojas arojas at gemini.archlinux.org
Fri Apr 29 06:50:06 UTC 2022


    Date: Friday, April 29, 2022 @ 06:50:06
  Author: arojas
Revision: 1191768

-ffat-lto-objects

Modified:
  libopusenc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-29 06:46:07 UTC (rev 1191767)
+++ PKGBUILD	2022-04-29 06:50:06 UTC (rev 1191768)
@@ -3,7 +3,7 @@
 
 pkgname=libopusenc
 pkgver=0.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="High-level API for encoding .opus files"
 arch=('x86_64')
 url="https://opus-codec.org/"
@@ -17,6 +17,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
+  CFLAGS+=" -ffat-lto-objects" \
   ./configure --prefix="/usr"
   make
 }



More information about the arch-commits mailing list