<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/rabbitmq-c, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2019-02-20T22:27:57+00:00</updated>
<entry>
<title>package/rabbitmq-c: needs dynamic library</title>
<updated>2019-02-20T22:27:57+00:00</updated>
<author>
<name>Fabrice Fontaine</name>
<email>fontaine.fabrice@gmail.com</email>
</author>
<published>2019-02-18T11:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=6bc9ded5dd0ff5b51abfd218dba9f8e248f6b563'/>
<id>urn:sha1:6bc9ded5dd0ff5b51abfd218dba9f8e248f6b563</id>
<content type='text'>
syslog-ng expects that rabbitmq-c is built with openssl support however
currently we're disabling openssl on rabbitmq-c in static build.

To fix this issue, add a dependency on dynamic library on rabbitmq-c and
its reverse dependencies (only BR2_PACKAGE_JANUS_GATEWAY_RABBITMQ as
php-amqp already depends on dynamic library)

Fixes:
 - http://autobuild.buildroot.org/results/fce91b98fb199a26ad5f5f726c9bdec4f9d64486

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
</content>
</entry>
<entry>
<title>rabbitmq-c: bump to version 0.9.0</title>
<updated>2018-06-05T08:14:34+00:00</updated>
<author>
<name>Fabrice Fontaine</name>
<email>fontaine.fabrice@gmail.com</email>
</author>
<published>2018-06-04T20:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=6b8447fa68052f5d6531de73e77847fc911ff0d8'/>
<id>urn:sha1:6b8447fa68052f5d6531de73e77847fc911ff0d8</id>
<content type='text'>
Add hash for license file

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-c: don't pass BUILD_SHARED_LIBS</title>
<updated>2018-01-07T20:38:54+00:00</updated>
<author>
<name>Jan Heylen</name>
<email>jan.heylen@nokia.com</email>
</author>
<published>2018-01-04T12:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7022190c4bec602e1ec996cbec92a118010b5b70'/>
<id>urn:sha1:7022190c4bec602e1ec996cbec92a118010b5b70</id>
<content type='text'>
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 &lt;jan.heylen@nokia.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-c: openssl/popt sub-options don't work in static linking</title>
<updated>2017-05-17T08:57:17+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-05-14T21:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=beb6524225f12549a216183abc07745f8d36e764'/>
<id>urn:sha1:beb6524225f12549a216183abc07745f8d36e764</id>
<content type='text'>
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 &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>toolchain: kill ADI Blackfin toolchain</title>
<updated>2016-11-25T22:00:01+00:00</updated>
<author>
<name>Arnout Vandecappelle</name>
<email>arnout@mind.be</email>
</author>
<published>2016-11-23T23:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=311bc137da2952445683413794f3ebc8e477c9ef'/>
<id>urn:sha1:311bc137da2952445683413794f3ebc8e477c9ef</id>
<content type='text'>
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) &lt;arnout@mind.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-c: bump to version 0.8.0</title>
<updated>2016-04-13T19:07:21+00:00</updated>
<author>
<name>Joris Lijssens</name>
<email>joris.lijssens@gmail.com</email>
</author>
<published>2016-04-13T11:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1fa2db3b43b1e1ee1d4b86da37a04ec816d33fa0'/>
<id>urn:sha1:1fa2db3b43b1e1ee1d4b86da37a04ec816d33fa0</id>
<content type='text'>
Made use of github helper because no official tarball
is released.

Signed-off-by: Joris Lijssens &lt;joris.lijssens@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-c: needs a toolchain with posix_spawn support</title>
<updated>2016-01-14T19:48:15+00:00</updated>
<author>
<name>Joris Lijssens</name>
<email>joris.lijssens@gmail.com</email>
</author>
<published>2016-01-14T12:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=40c55be207376f08e23f1a2002ab62d9c2c1afd8'/>
<id>urn:sha1:40c55be207376f08e23f1a2002ab62d9c2c1afd8</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.net/results/a6c3e79c61c5a535970d03bf37b068349f766a7f/

Signed-off-by: Joris Lijssens &lt;joris.lijssens@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-c: needs a toolchain with thread support</title>
<updated>2016-01-08T18:23:20+00:00</updated>
<author>
<name>Joris Lijssens</name>
<email>joris.lijssens@gmail.com</email>
</author>
<published>2016-01-08T08:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b248d93b5035d2b161cef7f37d0ad9b8d2eda9e5'/>
<id>urn:sha1:b248d93b5035d2b161cef7f37d0ad9b8d2eda9e5</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.net/results/312/312f0e59e3f83868e86725ee552b320d0e739f9f/

[Peter: add autobuilder reference]
Signed-off-by: Joris Lijssens &lt;joris.lijssens@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>rabbitmq-c: new package</title>
<updated>2015-12-17T20:48:25+00:00</updated>
<author>
<name>Joris Lijssens</name>
<email>joris.lijssens@gmail.com</email>
</author>
<published>2015-11-18T10:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=31cb23ca0a6ecf8238136520e16a20e077cb8812'/>
<id>urn:sha1:31cb23ca0a6ecf8238136520e16a20e077cb8812</id>
<content type='text'>
[Thomas:
 - pass -DBUILD_TOOLS_DOCS=OFF in &lt;pkg&gt;_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 &lt;joris.lijssens@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
