2
1

Config.in 551 B

1234567891011121314151617
  1. comment "php-zmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads"
  2. depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
  3. && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
  4. config BR2_PACKAGE_PHP_ZMQ
  5. bool "php-zmq"
  6. depends on BR2_PACKAGE_PHP
  7. depends on BR2_INSTALL_LIBSTDCPP
  8. depends on BR2_INET_IPV6
  9. depends on BR2_LARGEFILE # util-linux
  10. depends on BR2_USE_WCHAR # util-linux
  11. depends on BR2_TOOLCHAIN_HAS_THREADS
  12. select BR2_PACKAGE_ZEROMQ
  13. help
  14. ZeroMQ messaging bindings for PHP
  15. http://pecl.php.net/package/zmq