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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 17:09:52 UTC 2022


    Date: Sunday, April 24, 2022 @ 17:09:51
  Author: arojas
Revision: 1189632

-ffat-lto-objects

Modified:
  dpdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 16:57:55 UTC (rev 1189631)
+++ PKGBUILD	2022-04-24 17:09:51 UTC (rev 1189632)
@@ -2,7 +2,7 @@
 
 pkgname=dpdk
 pkgver=21.11
-pkgrel=1
+pkgrel=2
 pkgdesc='A set of libraries and drivers for fast packet processing'
 arch=(x86_64)
 url='http://dpdk.org'
@@ -15,6 +15,7 @@
 
 build() {
   cd dpdk-$pkgver
+  CFLAGS+=' -ffat-lto-objects' \
   meson build --prefix=/usr
   ninja -C build
 }



More information about the arch-commits mailing list