ocserv: explicitly pass --without-gssapi to work-around SDK issue
authorSteven Barth <steven@midlink.org>
Mon, 27 Apr 2015 13:42:11 +0000 (15:42 +0200)
committerSteven Barth <steven@midlink.org>
Mon, 27 Apr 2015 13:42:11 +0000 (15:42 +0200)
Signed-off-by: Steven Barth <steven@midlink.org>
net/ocserv/Makefile

index 3d382c97a37d0981de9e836cda80048db20b4cba..8e0eac766db3b635b4db17d39ea1b16418b88f87 100644 (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)