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

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jan 19 15:47:31 UTC 2022


    Date: Wednesday, January 19, 2022 @ 15:47:31
  Author: alucryd
Revision: 1110491

upgpkg: gpac 1:1.0.1-2

Modified:
  gpac/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 15:44:09 UTC (rev 1110490)
+++ PKGBUILD	2022-01-19 15:47:31 UTC (rev 1110491)
@@ -3,7 +3,7 @@
 
 pkgname=gpac
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
 arch=(x86_64)
@@ -23,13 +23,13 @@
 
 pkgver() {
   cd gpac
-
   git describe --tags | sed 's/^v//'
 }
 
 build() {
+  export CFLAGS+=" -ffat-lto-objects"
+  export CXXFLAGS+=" -ffat-lto-objects"
   cd gpac
-
   ./configure \
     --prefix=/usr \
     --mandir=/usr/share/man \



More information about the arch-commits mailing list