diff options
author | Steven Barth <steven@midlink.org> | 2015-04-27 15:42:11 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-04-27 15:42:11 +0200 |
commit | fa4365dd9b50a5bc032498d6f281daeefe02e49e (patch) | |
tree | b65dff73f529a15bcca73a7fc70a6ee5028c35e3 /net/ocserv/Makefile | |
parent | f0d822675373e7a23abda92ad4100835c8192cd7 (diff) |
ocserv: explicitly pass --without-gssapi to work-around SDK issue
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'net/ocserv/Makefile')
-rw-r--r-- | net/ocserv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |