From fa4365dd9b50a5bc032498d6f281daeefe02e49e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 27 Apr 2015 15:42:11 +0200 Subject: [PATCH] ocserv: explicitly pass --without-gssapi to work-around SDK issue Signed-off-by: Steven Barth --- net/ocserv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index 3d382c97a..8e0eac766 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -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)