Browse Source

ocserv: explicitly pass --without-gssapi to work-around SDK issue

Signed-off-by: Steven Barth <steven@midlink.org>
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
fa4365dd9b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/ocserv/Makefile

+ 1
- 0
net/ocserv/Makefile View File

@ -58,6 +58,7 @@ CONFIGURE_ARGS+= \
--enable-local-libopts \
--with-libreadline-prefix="$(STAGING_DIR)/" \
--without-libnl \
--without-gssapi \
--with-libcrypt-prefix="$(STAGING_DIR)/" \
ifneq ($(CONFIG_OCSERV_PAM),y)


Loading…
Cancel
Save