David Runge pushed to branch main at Arch Linux / Packaging / Packages / vde2


Commits:
82552721 by David Runge at 2025-07-20T10:58:23+02:00
Fix build for use with gcc>=15 by adding `-std=gnu17` to `CFLAGS`

Signed-off-by: David Runge <[email protected]>

- - - - -
fc9045e6 by David Runge at 2025-07-20T11:03:41+02:00
upgpkg: 2.3.3-7

Rebuild to fix use with gcc>=15 and re-sign the package.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = vde2
        pkgdesc = Virtual Distributed Ethernet for emulators like qemu
        pkgver = 2.3.3
-       pkgrel = 6
+       pkgrel = 7
        url = https://github.com/virtualsquare/vde-2
        arch = x86_64
        license = GPL-2.0-or-later


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 _name=vde-2
 pkgname=vde2
 pkgver=2.3.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Virtual Distributed Ethernet for emulators like qemu"
 arch=(x86_64)
 url="https://github.com/virtualsquare/vde-2";
@@ -42,6 +42,8 @@ build() {
     --sysconfdir=/etc
   )
 
+  # Fix for use with gcc>=15
+  CFLAGS+=' -std=gnu17'
   cd $_name-$pkgver
   ./configure "${configure_options[@]}"
   make V=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vde2/-/compare/7bde0279af197078aafa29ed32cb6c56c059e957...fc9045e61a938e6702a41799044c4f21ed464905

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vde2/-/compare/7bde0279af197078aafa29ed32cb6c56c059e957...fc9045e61a938e6702a41799044c4f21ed464905
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to