git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0a8bdb8
)
libssh2: add missing PKG_CONFIG_DEPENDS
author
Sebastian Kemper
<redacted>
Sat, 3 Mar 2018 08:16:46 +0000
(09:16 +0100)
committer
Sebastian Kemper
<redacted>
Sat, 3 Mar 2018 08:19:29 +0000
(09:19 +0100)
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 <redacted>
libs/libssh2/Makefile
patch
|
blob
|
history
diff --git
a/libs/libssh2/Makefile
b/libs/libssh2/Makefile
index d593c264bd6038a6bce76120e58365972b593bef..926c010c97390d065b368529e0de5e915ed54903 100644
(file)
--- a/
libs/libssh2/Makefile
+++ b/
libs/libssh2/Makefile
@@
-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
git clone https://git.99rst.org/PROJECT