lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit fa4365dd9b50a5bc032498d6f281daeefe02e49e
parent f0d822675373e7a23abda92ad4100835c8192cd7
Author: Steven Barth <steven@midlink.org>
Date:   Mon, 27 Apr 2015 15:42:11 +0200

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

Signed-off-by: Steven Barth <steven@midlink.org>

Diffstat:
Mnet/ocserv/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)