libssh2-devel: depends on openssl-devel.
This commit is contained in:
parent
03bb941fe8
commit
2c4e11bb32
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libssh2'
|
||||
pkgname=libssh2
|
||||
version=1.4.3
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="openssl-devel"
|
||||
|
@ -21,7 +21,7 @@ if [ "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
libssh2-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
depends="openssl-devel ${sourcepkg}>=${version}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue