aboutsummaryrefslogtreecommitdiff
path: root/libs/liboping/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2022-03-20 20:36:53 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2022-03-20 20:36:53 +0200
commitcb4d8ccb2715c33acfcfe987545f9e899056e18f (patch)
treea063382928cc5898b82137e79fa145a9765276bc /libs/liboping/Makefile
parent546af5266b63ef0cd52cb11879fce96fc4e8537d (diff)
liboping: fix compilation with ncurses 6.3
Fix compilation with ncurses 6.3 by adjusting the printf format strings. Apparently ncurses 6.3 introduced some new formatting tweaks that broke things. Fixes #18110 Reference to: * https://github.com/octo/liboping/issues/62 * https://github.com/octo/liboping/pull/61 * https://salsa.debian.org/debian/liboping/-/blob/debian/debian/patches/fix_HOST_PRINTF_format_string.patch Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'libs/liboping/Makefile')
-rw-r--r--libs/liboping/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/liboping/Makefile b/libs/liboping/Makefile
index 8ef66bc7d..8973dd5c9 100644
--- a/libs/liboping/Makefile
+++ b/libs/liboping/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=liboping
PKG_VERSION:=1.10.0
-PKG_RELEASE:=2
+PKG_RELEASE:=$(AUTORELEASE)
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=LGPL-2.1-or-later