From 800218561dd235b6b9339ede3dbb981c1d4b9ea8 Mon Sep 17 00:00:00 2001 From: Jan Klos Date: Wed, 24 Jan 2024 17:57:27 +0100 Subject: iputils: bump to 20240117 Signed-off-by: Jan Klos --- net/iputils/patches/001_version_fix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/iputils/patches/001_version_fix.patch') diff --git a/net/iputils/patches/001_version_fix.patch b/net/iputils/patches/001_version_fix.patch index ca6c76e9f..e8dbd369b 100644 --- a/net/iputils/patches/001_version_fix.patch +++ b/net/iputils/patches/001_version_fix.patch @@ -6,10 +6,10 @@ Description: set a static version string rather than discern it from git conf = configuration_data() conf.set_quoted('PACKAGE_NAME', meson.project_name()) +conf.set('VCS_TAG', meson.project_version()) - conf.set('_GNU_SOURCE', 1, description : 'Enable GNU extensions on systems that have them.') build_arping = get_option('BUILD_ARPING') -@@ -208,10 +209,10 @@ foreach h : [ + build_clockdiff = get_option('BUILD_CLOCKDIFF') +@@ -148,10 +149,10 @@ foreach h : [ endif endforeach -- cgit v1.2.3