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

Sergej Pupykin spupykin at gemini.archlinux.org
Fri Jan 21 18:29:47 UTC 2022


    Date: Friday, January 21, 2022 @ 18:29:47
  Author: spupykin
Revision: 1112453

upgpkg: coturn 4.5.2-3

Modified:
  coturn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 17:43:09 UTC (rev 1112452)
+++ PKGBUILD	2022-01-21 18:29:47 UTC (rev 1112453)
@@ -6,7 +6,7 @@
 
 pkgname=coturn
 pkgver=4.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Open-source implementation of TURN and STUN server'
 arch=(x86_64)
 url=https://github.com/coturn/coturn
@@ -24,6 +24,7 @@
 
 build() {
   cd coturn-$pkgver
+  export CFLAGS="$CFLAGS -ffat-lto-objects"
   ./configure \
     --prefix=/usr \
     --manprefix=/usr/share \



More information about the arch-commits mailing list