Browse Source

libssh: disable GSSAPI, update to latest

Waldemar Brodkorb 8 years ago
parent
commit
0a292bb20e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/libssh/Makefile

+ 2 - 1
package/libssh/Makefile

@@ -4,7 +4,7 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		libssh
-PKG_VERSION:=		7ec798d3e73f3dac94a3c240545ebaf4daa189b4
+PKG_VERSION:=		8ec46cbd42c2af7b7e1a06e3b3087e97526b558e
 PKG_RELEASE:=		1
 PKG_DESCR:=		secure shell library
 PKG_SECTION:=		libs/net
@@ -32,6 +32,7 @@ CMAKE_FLAGS:=		-DOPENSSL_INCLUDE_DIRS='$(STAGING_TARGET_DIR)/usr/include' \
 			-DOPENSSL_LIBRARIES='-lcrypto -lssl -lz' \
 			-DZLIB_INCLUDE_DIR='$(STAGING_TARGET_DIR)/usr/include' \
 			-DZLIB_LIBRARY='$(STAGING_TARGET_DIR)/usr/lib' \
+			-DWITH_GSSAPI=off \
 			-DWITH_EXAMPLES=off
 
 libssh-install: