From f92bfbddb954e8a27f1a39fd45778b46571a14bd Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 6 May 2024 21:51:39 +0200 Subject: [PATCH] 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 --- net/ocserv/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index 7f148f5527..520aaa19a0 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="" \ -- 2.30.2