2
1

Config.in 384 B

12345678910111213
  1. comment "php-zmq needs a toolchain w/ C++, NPTL"
  2. depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS_NPTL)
  3. config BR2_PACKAGE_PHP_ZMQ
  4. bool "php-zmq"
  5. depends on BR2_PACKAGE_PHP
  6. depends on BR2_INSTALL_LIBSTDCPP
  7. depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # zeromq
  8. select BR2_PACKAGE_ZEROMQ
  9. help
  10. ZeroMQ messaging bindings for PHP
  11. http://pecl.php.net/package/zmq