mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
php-ssh2: bump version to 1.0
And switch to the official PECL site. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ea887aac3f
commit
8930f9d03e
@@ -4,8 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PHP_SSH2_VERSION = 12dd52236c601577a63e33ee71e3ce6dad811e40
|
||||
PHP_SSH2_SITE = $(call github,php,pecl-networking-ssh2,$(PHP_SSH2_VERSION))
|
||||
PHP_SSH2_VERSION = 1.0
|
||||
PHP_SSH2_SOURCE = ssh2-$(PHP_SSH2_VERSION).tgz
|
||||
PHP_SSH2_SITE = https://pecl.php.net/get
|
||||
PHP_SSH2_CONF_OPTS = --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