aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>2024-05-06 21:51:39 +0200
committerNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>2024-05-06 21:52:30 +0200
commitf92bfbddb954e8a27f1a39fd45778b46571a14bd (patch)
tree3a2de7697e38188e3a16bbce91f2ea4765d2c09b /net
parent8aadb12835bd109399e687bb5a15a7de17f5a151 (diff)
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>
Diffstat (limited to 'net')
-rw-r--r--net/ocserv/Makefile3
1 files changed, 2 insertions, 1 deletions
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="" \