Merge pull request #24092 from nmav/tmp-fix-ocserv-ipcalc

ocserv: set ipcalc explicitly
This commit is contained in:
Nikos Mavrogiannopoulos
2024-05-06 22:21:25 +02:00
committed by GitHub

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