mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user