From: Nikos Mavrogiannopoulos Date: Mon, 6 May 2024 19:51:39 +0000 (+0200) Subject: ocserv: set ipcalc explicitly X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f92bfbddb954e8a27f1a39fd45778b46571a14bd;p=openwrt-packages.git ocserv: set ipcalc explicitly This is a mandatory tool for the test suite, but we do not run it. Fixes compilation. Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index 7f148f552..520aaa19a 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -56,7 +56,8 @@ EXTRA_CPPFLAGS+=-I$(STAGING_DIR)/usr/include/readline/ EXTRA_LDFLAGS+=-lncurses CONFIGURE_VARS += \ - ac_cv_file__proc_self_exe=yes + ac_cv_file__proc_self_exe=yes \ + ac_cv_prog_IPCALC=/bin/true CONFIGURE_ARGS+= \ --with-pager="" \