<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/CHANGES, branch 2009.08</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2009.08</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2009.08'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2009-08-31T08:23:48Z</updated>
<entry>
<title>buildroot: update for 2009.08</title>
<updated>2009-08-31T08:23:48Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-31T08:23:48Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f0eb8b58e440a75911621e2da49f4126e36f25bc'/>
<id>urn:sha1:f0eb8b58e440a75911621e2da49f4126e36f25bc</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>ctorrent: build with ssl support if available</title>
<updated>2009-08-31T05:23:59Z</updated>
<author>
<name>Kelvin Cheung</name>
<email>keguang.zhang@gmail.com</email>
</author>
<published>2009-08-31T05:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=cc8a9175980d6f58d3c60071a6e9d64cf9485bda'/>
<id>urn:sha1:cc8a9175980d6f58d3c60071a6e9d64cf9485bda</id>
<content type='text'>
Closes #557

Build with openssl support if that is enabled.

Signed-off-by: Kelvin Cheung &lt;keguang.zhang@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>util-linux: fix build with locale in toolchain</title>
<updated>2009-08-30T20:08:21Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-30T20:01:23Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=014df317d47c17c8b98518bfd5062390ff35e5cf'/>
<id>urn:sha1:014df317d47c17c8b98518bfd5062390ff35e5cf</id>
<content type='text'>
Closes #529.

util-linux needs to link with libintl when locale support is available /
requested in the toolchain, similar to how it is done for avahi.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>buildroot: update for 2009.08-rc3</title>
<updated>2009-08-26T21:21:30Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-26T21:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4595a2fc9f72c688a5405292ca69e57afc5a111b'/>
<id>urn:sha1:4595a2fc9f72c688a5405292ca69e57afc5a111b</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Merge branch 'alsa-utils-fix' into for-2009.08</title>
<updated>2009-08-19T22:10:26Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-19T22:10:26Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8bc2fbe6dc7dc1e27f0640799643b17fe771814b'/>
<id>urn:sha1:8bc2fbe6dc7dc1e27f0640799643b17fe771814b</id>
<content type='text'>
Conflicts:
	CHANGES
</content>
</entry>
<entry>
<title>alsa-utils: fix build for x86 on x86-64</title>
<updated>2009-08-19T22:07:27Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-19T22:07:27Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=350b6c6e4b039ae0256e52cd06c6f6d769a1c2b1'/>
<id>urn:sha1:350b6c6e4b039ae0256e52cd06c6f6d769a1c2b1</id>
<content type='text'>
alsa-utils included two ugly patches for ARM and AVR32 to fix build
issues encountered with ncurses. In fact these build issues were
caused by the fact that alsa-utils was using ncurses5-config of the
host instead of the one installed in $(STAGING_DIR).

Therefore, these two patches are removed, and we instead pass
ac_cv_prog_ncurses5_config to the ./configure script.

This commit solves bug #569, reported by Simon Pasch, who also
contributed this fix.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Update CHANGES after recent fixes</title>
<updated>2009-08-08T18:06:24Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-08-08T18:06:24Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1357368035475cea7ac89f27efdf8777ad1c78b1'/>
<id>urn:sha1:1357368035475cea7ac89f27efdf8777ad1c78b1</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>CHANGES: update for 2009.08-rc2</title>
<updated>2009-08-06T08:39:54Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-06T08:39:54Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4ebaaf41cfffedd65304e340630acfa34f047415'/>
<id>urn:sha1:4ebaaf41cfffedd65304e340630acfa34f047415</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>CHANGES: gzip fix is post-rc1</title>
<updated>2009-08-05T07:23:29Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-05T07:23:29Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=15dab042b495ff2b722e3e96c755ccc0d00d3085'/>
<id>urn:sha1:15dab042b495ff2b722e3e96c755ccc0d00d3085</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Merge branch 'gzip-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot</title>
<updated>2009-08-05T07:22:45Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-05T07:22:45Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4838289a130f7925851e6e8f8213d79142d5c7a1'/>
<id>urn:sha1:4838289a130f7925851e6e8f8213d79142d5c7a1</id>
<content type='text'>
</content>
</entry>
</feed>
