mirror of
https://github.com/openwrt/packages.git
synced 2026-01-11 04:04:50 +00:00
Merge pull request #24092 from nmav/tmp-fix-ocserv-ipcalc
ocserv: set ipcalc explicitly
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