mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
php-*: get tarball from sources.buildroot.net
pecl.php.net seems to have a database issue and returns a html page instead of the tarball. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user