<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena, branch 2011.11_rc3</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2011.11_rc3</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2011.11_rc3'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2011-11-26T21:05:20+00:00</updated>
<entry>
<title>Update for 2011.11-rc3</title>
<updated>2011-11-26T21:05:20+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-11-26T21:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4dc18dc51495079c15c81877ec862ab54992b691'/>
<id>urn:sha1:4dc18dc51495079c15c81877ec862ab54992b691</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Prevent patch commands from accessing source control</title>
<updated>2011-11-26T20:56:25+00:00</updated>
<author>
<name>Danomi Mocelopolis</name>
<email>d_mo1234@yahoo.com</email>
</author>
<published>2011-11-26T20:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ec02a34b0aaa06b61e26ec284370dea9896805f1'/>
<id>urn:sha1:ec02a34b0aaa06b61e26ec284370dea9896805f1</id>
<content type='text'>
Closes #4357

Add -g0 option to patch to ensure it doesn't try to access source control.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>CHANGES: update with recent changes</title>
<updated>2011-11-26T20:51:42+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-11-26T20:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6d985f97c87a963674c6d9230b5fc6fe9982ff87'/>
<id>urn:sha1:6d985f97c87a963674c6d9230b5fc6fe9982ff87</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ruby: fix host build breakage</title>
<updated>2011-11-26T13:30:15+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-11-25T11:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=150124b9525c5db8f1f70e092ac6b00a7fb7e898'/>
<id>urn:sha1:150124b9525c5db8f1f70e092ac6b00a7fb7e898</id>
<content type='text'>
When building host-ruby with ncurses enabled on an x86_64 host we get a
"relocation R_X86_64_32 against `_nc_globals' can not be used when making
a shared object; recompile with -fPIC" error when building.
Just disable ncurses and readline support for the host version - we
don't need it.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ruby: fix build breakage</title>
<updated>2011-11-26T13:30:11+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-11-25T11:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=fc11bb0ab4db4c44f50b8985b5d1a6f7ca7f5b84'/>
<id>urn:sha1:fc11bb0ab4db4c44f50b8985b5d1a6f7ca7f5b84</id>
<content type='text'>
Fix build breakage regarding invalid file format of
/usr/lib/libpthread.so
This is because ruby has rpath enabled by default and was throwing in
the runtime paths and pulling in host libraries into the mix.
So disable rpath.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>php: fix build breakage</title>
<updated>2011-11-26T12:55:11+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-11-25T15:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=30ed378a978e322e5b0243409c84b550f945f13a'/>
<id>urn:sha1:30ed378a978e322e5b0243409c84b550f945f13a</id>
<content type='text'>
The zip extension requires zlib, so select it.

[Peter: Only select zlib, not php zlib extension]
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>thttpd: fix build breakage with eglibc/glibc</title>
<updated>2011-11-26T12:07:14+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2011-11-25T14:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=7948b0c621adab123f7585a32c0cf6810f83ca91'/>
<id>urn:sha1:7948b0c621adab123f7585a32c0cf6810f83ca91</id>
<content type='text'>
Fix getline() function conflict with glibc/eglibc by renaming it.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>lsof: fix permission of extracted files</title>
<updated>2011-11-24T22:07:09+00:00</updated>
<author>
<name>Damian Kaczmarek</name>
<email>damian@veritymedical.co.uk</email>
</author>
<published>2011-10-20T22:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9f930d2d7f6ca80d9ccc9a38e631704c1b931f43'/>
<id>urn:sha1:9f930d2d7f6ca80d9ccc9a38e631704c1b931f43</id>
<content type='text'>
Closes #4369

Default tar permissiong make it impossible to apply patches to some of
the files.

Change extraction command to skip permissions by using "-O" tar option
and a pipe tar chain.

Solution suggested by: Arnout Vandecappelle &lt;arnout@mind.be&gt;

[Peter: rework to use define as suggested by Thomas]
Signed-off-by: Damian Kaczmarek &lt;damian@veritymedical.co.uk&gt;
Tested-by: "Yann E. MORIN" &lt;yann.morin.1998@anciens.enib.fr&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>CHANGES: update with recent changes</title>
<updated>2011-11-24T22:03:57+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-11-24T22:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=0ff53f128d865dacfd7a46a5ee9e36c2f28cd89f'/>
<id>urn:sha1:0ff53f128d865dacfd7a46a5ee9e36c2f28cd89f</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uClibc: remove trailer from linuxthreads-errno patches confusing modern patch</title>
<updated>2011-11-24T21:29:46+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2011-11-24T21:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1db649c6feb27568655f70452c2fad3e75584508'/>
<id>urn:sha1:1db649c6feb27568655f70452c2fad3e75584508</id>
<content type='text'>
Modern versions of patch (2.6.1.81 / 85 tested) gets confused by the empty
git trailer referencing uClibc_errno.h (from when patch was forward ported
from 0.9.31), so drop it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
