diff options
Diffstat (limited to 'package/php-ssh2')
-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 d1e830449c..ace68e01fd 100644 --- a/package/php-ssh2/php-ssh2.mk +++ b/package/php-ssh2/php-ssh2.mk @@ -8,7 +8,7 @@ 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_CONF_OPT = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \ +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 |