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

Sergej Pupykin spupykin at gemini.archlinux.org
Fri Jan 21 18:35:00 UTC 2022


    Date: Friday, January 21, 2022 @ 18:35:00
  Author: spupykin
Revision: 1112457

upgpkg: openvswitch 2.16.1-2
LTO fat objects

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 18:30:25 UTC (rev 1112456)
+++ PKGBUILD	2022-01-21 18:35:00 UTC (rev 1112457)
@@ -4,7 +4,7 @@
 
 pkgname=openvswitch
 pkgver=2.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org"
 license=('APACHE')
@@ -32,6 +32,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./boot.sh
+  export CFLAGS="$CFLAGS -ffat-lto-objects"
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \



More information about the arch-commits mailing list