diff options
Diffstat (limited to 'package/php-ssh2/php-ssh2.mk')
-rw-r--r-- | package/php-ssh2/php-ssh2.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/php-ssh2/php-ssh2.mk b/package/php-ssh2/php-ssh2.mk index f2067a4dfa..d1e830449c 100644 --- a/package/php-ssh2/php-ssh2.mk +++ b/package/php-ssh2/php-ssh2.mk @@ -6,7 +6,8 @@ PHP_SSH2_VERSION = 0.12 PHP_SSH2_SOURCE = ssh2-$(PHP_SSH2_VERSION).tgz -PHP_SSH2_SITE = http://pecl.php.net/get +# pecl.php.net returns html with db connect failed +PHP_SSH2_SITE = http://sources.buildroot.net PHP_SSH2_CONF_OPT = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \ --with-ssh2=$(STAGING_DIR)/usr # phpize does the autoconf magic |