git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8aadb12
)
ocserv: set ipcalc explicitly
author
Nikos Mavrogiannopoulos
<redacted>
Mon, 6 May 2024 19:51:39 +0000
(21:51 +0200)
committer
Nikos Mavrogiannopoulos
<redacted>
Mon, 6 May 2024 19:52:30 +0000
(21:52 +0200)
This is a mandatory tool for the test suite, but we do not run it.
Fixes compilation.
Signed-off-by: Nikos Mavrogiannopoulos <redacted>
net/ocserv/Makefile
patch
|
blob
|
history
diff --git
a/net/ocserv/Makefile
b/net/ocserv/Makefile
index 7f148f55273f4803e3d6443b23f60d4d8d59cfd2..520aaa19a05f9b3b30e91fe3e38f47054caad1f9 100644
(file)
--- 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="" \
git clone https://git.99rst.org/PROJECT