mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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:
@@ -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="" \
|
||||
|
||||
Reference in New Issue
Block a user