Browse Source

Merge pull request #5703 from micmac1/libssh2-pkg_config_deps

libssh2: add missing PKG_CONFIG_DEPENDS
lilik-openwrt-22.03
Jiri Slachta 7 years ago
committed by GitHub
parent
commit
7dbf73f4eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libs/libssh2/Makefile

+ 4
- 0
libs/libssh2/Makefile View File

@ -22,6 +22,10 @@ PKG_INSTALL:=1
PKG_LICENSE:=BSD
PKG_LICENSE_FILES:=COPYING
PKG_CONFIG_DEPENDS:= \
CONFIG_LIBSSH2_MBEDTLS \
CONFIG_LIBSSH2_OPENSSL
include $(INCLUDE_DIR)/package.mk
define Package/libssh2


Loading…
Cancel
Save