<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/redis, branch 2013.05</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2013.05</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2013.05'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2013-03-25T22:36:08Z</updated>
<entry>
<title>redis: build fix and minor improvement</title>
<updated>2013-03-25T22:36:08Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2013-03-25T11:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5b13261dc7be4b82d8e64b08744569090b7da71c'/>
<id>urn:sha1:5b13261dc7be4b82d8e64b08744569090b7da71c</id>
<content type='text'>
The redis-001-uclibc.patch was properly adding conditionals to ensure
HAVE_BACKTRACE is not defined when uClibc is used. However, __unix
doesn't seem to be define with the toolchain Peter uses on gcc14, so
the &lt;features.h&gt; doesn't get included, therefore __UCLIBC isn't
defined, and the code believes that backtrace support is available. We
fix this by including &lt;features.h&gt; when __linux__ is defined.

Fixes:
http://autobuild.buildroot.org/results/4ba818f877af145a547a1fede0bb738192c2f181/build-end.log.

Also add another patch that do not redefine the _LARGEFILE_SOURCE and
_FILE_OFFSET_BITS macros if they are already defined on the command
line. It avoids the ugly warnings that we could see from the build
logs, and therefore make it easier to spot real errors.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>new package: redis</title>
<updated>2013-03-18T21:42:02Z</updated>
<author>
<name>Daniel Price</name>
<email>daniel.price@gmail.com</email>
</author>
<published>2013-03-11T15:47:11Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=80a902c407462dbd2d239ded97c2cdf66fae4a51'/>
<id>urn:sha1:80a902c407462dbd2d239ded97c2cdf66fae4a51</id>
<content type='text'>
[Peter: fix white space, drop _SOURCE]
Signed-off-by: Daniel Price &lt;daniel.price@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
