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 <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos 2024-05-06 21:51:39 +02:00
parent 8aadb12835
commit f92bfbddb9
1 changed files with 2 additions and 1 deletions

View 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="" \