diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-06-01 17:55:16 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-06-01 17:55:16 +0200 |
commit | 577021e81b0bf894d26d8127822410267b2bb411 (patch) | |
tree | 8b93cd2342bc73294c9a7695cf8d558da7f16503 /package/php-ssh2/php-ssh2.mk | |
parent | 206ce569269a4b0b7d3ae60f9162d40b290726d8 (diff) | |
parent | 5386c61796feb30a02ec287ad769a6754aa525dd (diff) | |
download | buildroot-577021e81b0bf894d26d8127822410267b2bb411.tar.gz buildroot-577021e81b0bf894d26d8127822410267b2bb411.zip |
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php-ssh2/php-ssh2.mk')
-rw-r--r-- | package/php-ssh2/php-ssh2.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/php-ssh2/php-ssh2.mk b/package/php-ssh2/php-ssh2.mk index ace68e01fd..cfe60708cb 100644 --- a/package/php-ssh2/php-ssh2.mk +++ b/package/php-ssh2/php-ssh2.mk @@ -4,10 +4,8 @@ # ################################################################################ -PHP_SSH2_VERSION = 0.12 -PHP_SSH2_SOURCE = ssh2-$(PHP_SSH2_VERSION).tgz -# pecl.php.net returns html with db connect failed -PHP_SSH2_SITE = http://sources.buildroot.net +PHP_SSH2_VERSION = aa1739ac26c2177d33ab8d064021032bdc2c3a40 +PHP_SSH2_SITE = $(call github,php,pecl-networking-ssh2,$(PHP_SSH2_VERSION)) PHP_SSH2_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \ --with-ssh2=$(STAGING_DIR)/usr # phpize does the autoconf magic |