mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
gnome-nettool: fix build with gcc14 and musl
This commit is contained in:
parent
4f76a36e8d
commit
db0c09c9fa
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome-nettool'
|
||||
pkgname=gnome-nettool
|
||||
version=42.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config gettext itstool glib-devel"
|
||||
makedepends="bind-utils desktop-file-utils gsettings-desktop-schemas-devel
|
||||
|
@ -14,3 +14,4 @@ license="GPL-2.0-or-later"
|
|||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=a54f29eef2038aee69551c8b19ca4f758e5eb9e2090a4bc6b5633dff0188751f
|
||||
CFLAGS="-D_GNU_SOURCE" # bzero
|
||||
|
|
Loading…
Add table
Reference in a new issue