Skip to content

Commit

Permalink
Merge pull request #21935 from G10h4ck/libssh-mbedtls
Browse files Browse the repository at this point in the history
libssh: compile against MbedTLS instead of OpenSSL
  • Loading branch information
commodo authored Sep 10, 2023
2 parents 4359bac + b95e1c5 commit b2fc84a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/libssh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=libssh
PKG_VERSION:=0.10.4
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.libssh.org/files/0.10/
Expand All @@ -32,7 +32,7 @@ define Package/libssh
CATEGORY:=Libraries
URL:=$(PKG_SOURCE_URL)
TITLE:=SSH library
DEPENDS:=+libpthread +librt +zlib +libopenssl
DEPENDS:=+libpthread +librt +zlib +libmbedtls
endef

define Package/libssh/description
Expand All @@ -46,6 +46,7 @@ CMAKE_OPTIONS += \
-DHAVE_TERMIOS_H=1 \
-DWITH_EXAMPLES:BOOL=OFF \
-DWITH_GCRYPT:BOOL=OFF \
-DWITH_MBEDTLS:BOOL=ON \
-DWITH_GSSAPI:BOOL=OFF \
-DWITH_LIBZ:BOOL=ON \
-DWITH_NACL:BOOL=OFF \
Expand Down

0 comments on commit b2fc84a

Please sign in to comment.