From: Steven Barth Date: Mon, 27 Apr 2015 13:42:11 +0000 (+0200) Subject: ocserv: explicitly pass --without-gssapi to work-around SDK issue X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fa4365dd9b50a5bc032498d6f281daeefe02e49e;p=openwrt-packages.git ocserv: explicitly pass --without-gssapi to work-around SDK issue Signed-off-by: Steven Barth --- 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)