<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package, branch 2009.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-11-23T22:05:23Z</updated>
<entry>
<title>SDL_image: fix runtime libjpeg failure</title>
<updated>2009-11-23T22:05:23Z</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2009-11-23T22:05:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=883f066797ae0e7a017fac8e275f6e58659db760'/>
<id>urn:sha1:883f066797ae0e7a017fac8e275f6e58659db760</id>
<content type='text'>
By default SDL_image loads libjpeg at runtime on-demand. The find_lib
routine in the configure script of SDL_image searches the /usr/lib directory
of the host machine to find the file name of the jpeg library.

When the host on which Buildroot is being built contains newer version of
libjpeg (e.g.  libjpeg7), the configure script incorrectly uses its file
name. The result is a runtime failure to load libjpeg.

Fix this by disabling runtime load of libjpeg.

[Peter: disable for png+tiff as well]

Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sysklogd: needs largefile support</title>
<updated>2009-11-23T15:31:35Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T15:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9627e21153693f296f41c0339e14d6ed18445d7e'/>
<id>urn:sha1:9627e21153693f296f41c0339e14d6ed18445d7e</id>
<content type='text'>
It tries to call lseek64():

ksym_mod.o: In function `InitMsyms':
ksym_mod.c:(.text+0x438): undefined reference to `lseek64'

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>rpm: fix build with BR2_CONFIG_CACHE, fix CFLAGS</title>
<updated>2009-11-23T15:22:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T15:22:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3d82609bd11b9b3c9949ef4c9d078df1ccdd39d0'/>
<id>urn:sha1:3d82609bd11b9b3c9949ef4c9d078df1ccdd39d0</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>xfsprogs: needs e2fsprogs and (in turn) largefile support</title>
<updated>2009-11-23T14:29:43Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T14:29:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=08703917d79ddcff3763170b95cbf3ad52540583'/>
<id>urn:sha1:08703917d79ddcff3763170b95cbf3ad52540583</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>x11vnc: needs X11 support</title>
<updated>2009-11-23T14:25:17Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T14:25:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4cc4e572e27ae3278003f7d93e7e36c556aa1620'/>
<id>urn:sha1:4cc4e572e27ae3278003f7d93e7e36c556aa1620</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>udpcast: needs largefile support</title>
<updated>2009-11-23T14:22:47Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T14:22:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=57403b74f14ab5ef477067a0b006320eafe5af80'/>
<id>urn:sha1:57403b74f14ab5ef477067a0b006320eafe5af80</id>
<content type='text'>
And fix Kconfig tab/spaces while we're at it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>torsmo: needs X11 support</title>
<updated>2009-11-23T14:16:41Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T14:16:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a9f379abf0569bc99cd1ea12291bfd41521430b8'/>
<id>urn:sha1:a9f379abf0569bc99cd1ea12291bfd41521430b8</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>sfdisk: fix build with !BR2_LARGEFILE</title>
<updated>2009-11-23T14:10:53Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T14:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b7046770181fc465783612e76124e422399c124b'/>
<id>urn:sha1:b7046770181fc465783612e76124e422399c124b</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>psmisc: bump version and fix build</title>
<updated>2009-11-23T13:41:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T13:41:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7ba54a07d42825e06292c09a34de4490929506b9'/>
<id>urn:sha1:7ba54a07d42825e06292c09a34de4490929506b9</id>
<content type='text'>
./configure in psmisc 22.6 tested for a working C++ compiler and errored out
if not found, even though psmisc doesn't need it - Fixed in 22.8.

pstree.c uses __progname for pstree.x11 support, which isn't (per default)
available in uclibc. This stuff isn't really critical, so just disable it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>php: fix pdo sqlite compilation with !BR2_LARGEFILE</title>
<updated>2009-11-23T13:25:24Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-23T13:25:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bba2fd540bc211bbcea1ad1dfc552fe32021097d'/>
<id>urn:sha1:bba2fd540bc211bbcea1ad1dfc552fe32021097d</id>
<content type='text'>
Similar fix as with the sqlite package.

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