Skip to content

Commit

Permalink
Revert "libssh: compile against MbedTLS instead of OpenSSL"
Browse files Browse the repository at this point in the history
We prefer OpenSSL over MbedTLS by default.

This reverts commit b95e1c5.

Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Sep 11, 2023
1 parent 3a1f39e commit 0d87ee9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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:=2
PKG_RELEASE:=1

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 +libmbedtls
DEPENDS:=+libpthread +librt +zlib +libopenssl
endef

define Package/libssh/description
Expand All @@ -46,7 +46,6 @@ 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 0d87ee9

Please sign in to comment.