Config.in 350 B

1234567891011
  1. config BR2_PACKAGE_PHP_SSH2
  2. bool "php-ssh2"
  3. depends on BR2_PACKAGE_PHP
  4. select BR2_PACKAGE_LIBSSH2
  5. # Triggers the _gp link issue (libssh2)
  6. depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
  7. depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
  8. help
  9. PHP bindings for the libssh2 library.
  10. http://pecl.php.net/package/ssh2