Browse Source

libssh2: add missing PKG_CONFIG_DEPENDS

Recently added symbols CONFIG_LIBSSH2_MBEDTLS and CONFIG_LIBSSH2_OPENSSL
require a rerun of ./configure when their selection changes. So add them
to PKG_CONFIG_DEPENDS accordingly.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
lilik-openwrt-22.03
Sebastian Kemper 7 years ago
parent
commit
27c77ff0e9
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:=BSD
PKG_LICENSE_FILES:=COPYING PKG_LICENSE_FILES:=COPYING
PKG_CONFIG_DEPENDS:= \
CONFIG_LIBSSH2_MBEDTLS \
CONFIG_LIBSSH2_OPENSSL
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/libssh2 define Package/libssh2


Loading…
Cancel
Save