summaryrefslogtreecommitdiffstats
path: root/package/rabbitmq-c
Commit message (Collapse)AuthorAgeFilesLines
* rabbitmq-c: bump to version 0.9.0Fabrice Fontaine2018-06-052-2/+8
| | | | | | | Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* rabbitmq-c: don't pass BUILD_SHARED_LIBSJan Heylen2018-01-071-3/+4
| | | | | | | | The BUILD_SHARED_LIBS option is already handled by the cmake-package infrastructure, so there is no need to pass it at the package level. Signed-off-by: Jan Heylen <jan.heylen@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rabbitmq-c: openssl/popt sub-options don't work in static linkingThomas Petazzoni2017-05-171-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | rabbitmq-c currently fails to build in a number of static linking situations, due to two issues: - CMake FindOpenSSL module is buggy. Even though it uses pkg-config, it doesn't use the information returned by pkg-config, and therefore doesn't know about second order libraries that need be part of the link for static linking to succeed. Due to this, -lz is not passed, and therefore rabbitmq-c fails when linking against libssl/libcrypto. This issue has been reported to upstream CMake at https://gitlab.kitware.com/cmake/cmake/issues/16885. - popt might use libintl, but CMake doesn't know about that. For autotools based packages, we typically work around this by passing LIBS=, but CMake apparently has no equivalent to LIBS=. To workaround this, we only use the OpenSSL and Popt optional dependencies in dynamic linking situations. Fixes: http://autobuild.buildroot.net/results/798dbe5e5fd0463bb2066cb115656795144c327f/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain: kill ADI Blackfin toolchainArnout Vandecappelle2016-11-251-4/+0
| | | | | | | | | | | | | | | | This toolchain has many problems which are fixed in contemporary gcc and uClibc-ng. In addition, several hacks are needed to be able to work with this toolchain. All these hacks are removed as well. Also the package exceptions for this toolchain are removed. The BR2_BFIN_INSTALL_FDPIC_SHARED and BR2_BFIN_INSTALL_FLAT_SHARED options don't get a legacy entry. For the ADI toolchain, there already is a legacy entry, so it doesn't make sense to add it twice. For other external toolchains, these options didn't actually work, because they rely on the specific layout of the ADI toolchain. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rabbitmq-c: bump to version 0.8.0Joris Lijssens2016-04-132-3/+3
| | | | | | | | Made use of github helper because no official tarball is released. Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rabbitmq-c: needs a toolchain with posix_spawn supportJoris Lijssens2016-01-141-0/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/a6c3e79c61c5a535970d03bf37b068349f766a7f/ Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rabbitmq-c: needs a toolchain with thread supportJoris Lijssens2016-01-081-0/+4
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/312/312f0e59e3f83868e86725ee552b320d0e739f9f/ [Peter: add autobuilder reference] Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rabbitmq-c: new packageJoris Lijssens2015-12-173-0/+47
[Thomas: - pass -DBUILD_TOOLS_DOCS=OFF in <pkg>_CONF_OPTS - use -DBUILD_SHARED_LIBS and -DBUILD_STATIC_LIBS to enable/disable the creation of shared/static libraries depending on the configuration. - remove trailing spaces.] Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud