ocserv: set ipcalc explicitly 24092/head
authorNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Mon, 6 May 2024 19:51:39 +0000 (21:51 +0200)
committerNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Mon, 6 May 2024 19:52:30 +0000 (21:52 +0200)
This is a mandatory tool for the test suite, but we do not run it.
Fixes compilation.

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
net/ocserv/Makefile

index 7f148f55273f4803e3d6443b23f60d4d8d59cfd2..520aaa19a05f9b3b30e91fe3e38f47054caad1f9 100644 (file)
@@ -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="" \