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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Jan 1 18:36:54 UTC 2022


    Date: Saturday, January 1, 2022 @ 18:36:54
  Author: svenstaro
Revision: 1091907

upgpkg: libtg_owt 0.git10.6708e0d-2: Fix fat LTO

Modified:
  libtg_owt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-01 18:31:57 UTC (rev 1091906)
+++ PKGBUILD	2022-01-01 18:36:54 UTC (rev 1091907)
@@ -4,7 +4,7 @@
 pkgname=libtg_owt
 _commit=6708e0d
 pkgver=0.git10.${_commit}
-pkgrel=1
+pkgrel=2
 pkgdesc='WebRTC library'
 arch=('x86_64')
 url='https://github.com/desktop-app/tg_owt'
@@ -33,6 +33,8 @@
 build() {
   cd tg_owt
 
+  export CFLAGS+=" -ffat-lto-objects"
+  export CXXFLAGS+=" -ffat-lto-objects"
   # Upstream stated that only static builds are really supported so that's what we'll do.
   # https://github.com/desktop-app/tg_owt/issues/75#issuecomment-992061171
   cmake \



More information about the arch-commits mailing list