Ver código fonte

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

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 9 anos atrás
pai
commit
fa4365dd9b
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      net/ocserv/Makefile

+ 1
- 0
net/ocserv/Makefile Ver arquivo

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