2015-10-12 0:24 GMT+03:00 Gregor Best <[email protected]>: > Hi people, > > attached is a new port for the librabbitmq. This is a C binding for > RabbitMQ and other AMQP brokers, along with a few useful commandline > tools that allow publishing and consuming stuff from an AMQP broker in a > shell script. > > I'm not too sure about pkg/DESCR, I'd appreciate suggestions for better > wording. > > The patch is already in upstream rabbitmq-c, but the version with the > patch is not yet released. Once it's released, the patch can be removed.
This software changes default CMake variables depending on presence of popt library and xmlto binary at least. So you have hidden dependencies there. You'd either explicitly disable picking up those by -DCMAKE_DISABLE_FIND_PACKAGE_Foo=True, or add what you think worths it to BUILD/LIB/RUN_DEPENDS. -- WBR, Vadim Zhukov
