diff options
Diffstat (limited to 'package/php-ssh2/php-ssh2.mk')
-rw-r--r-- | package/php-ssh2/php-ssh2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php-ssh2/php-ssh2.mk b/package/php-ssh2/php-ssh2.mk index 2b616321e4..931cde91c8 100644 --- a/package/php-ssh2/php-ssh2.mk +++ b/package/php-ssh2/php-ssh2.mk @@ -10,7 +10,7 @@ PHP_SSH2_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \ --with-ssh2=$(STAGING_DIR)/usr # phpize does the autoconf magic PHP_SSH2_DEPENDENCIES = libssh2 php host-autoconf -PHP_SSH2_LICENSE = PHP +PHP_SSH2_LICENSE = PHP-3.01 PHP_SSH2_LICENSE_FILES = LICENSE define PHP_SSH2_PHPIZE |