浏览代码

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

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 9 年前
父节点
当前提交
fa4365dd9b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      net/ocserv/Makefile

+ 1
- 0
net/ocserv/Makefile 查看文件

@@ -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)