<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/zlib, branch 2011.02_rc2</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.02_rc2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2011.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2011-01-26T15:46:49Z</updated>
<entry>
<title>zlib: disable call to ldconfig</title>
<updated>2011-01-26T15:46:49Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2011-01-26T08:27:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=71970895406975355a3870b1ff3920e6aefd9158'/>
<id>urn:sha1:71970895406975355a3870b1ff3920e6aefd9158</id>
<content type='text'>
By default, zlib installation procedure calls ldconfig, which takes
time uselessly. ldconfig is only useful if you install libraries on
the host (in directories listed in /etc/ld.so.conf, or in /usr/lib or
/lib), so calling it after installing libraries in $(STAGING_DIR),
$(TARGET_DIR) or $(HOST_DIR) is just a lenghty no-op.

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>zlib: really fix install for static only builds</title>
<updated>2010-12-12T07:51:58Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-12-12T07:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cc37a07f289f56a81195933810af705d77e95ee4'/>
<id>urn:sha1:cc37a07f289f56a81195933810af705d77e95ee4</id>
<content type='text'>
Commit ab2f5567c1 (cleanup, fix install for static only build) forgot
to add the patch for static only builds, even though the commit message
mentioned it.

Thanks to Mike for noticing.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>zlib: don't point libdir/includedir at staging</title>
<updated>2010-11-24T20:28:40Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-24T20:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=bab71ad4ddf28a8f5af5572c699a438331a63d3a'/>
<id>urn:sha1:bab71ad4ddf28a8f5af5572c699a438331a63d3a</id>
<content type='text'>
Fixes 'make install'.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>zlib: cleanup, fix install for static only build</title>
<updated>2010-11-24T15:23:12Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-11-24T15:14:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ab2f5567c1ca67c7f761486495d3d42f2b7c8eff'/>
<id>urn:sha1:ab2f5567c1ca67c7f761486495d3d42f2b7c8eff</id>
<content type='text'>
Use 'make install' for installation, add a patch to make it work for
static only builds, and add uninstall/clean targets while we're at it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>zlib: Fix build</title>
<updated>2010-09-20T07:21:24Z</updated>
<author>
<name>Lionel Landwerlin</name>
<email>llandwerlin@gmail.com</email>
</author>
<published>2010-09-18T12:16:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3df6b56f53a0dd92752a23e63a0ee5fcacc8ffd0'/>
<id>urn:sha1:3df6b56f53a0dd92752a23e63a0ee5fcacc8ffd0</id>
<content type='text'>
Using "make -j $(N)" with N &gt; 1 sometimes breaks zlib build.

Signed-off-by: Lionel Landwerlin &lt;llandwerlin@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>zlib: Bump to 1.2.5</title>
<updated>2010-07-27T21:52:58Z</updated>
<author>
<name>Paul Jones</name>
<email>paul@pauljones.id.au</email>
</author>
<published>2010-06-07T12:33:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d47c73ee9ba3ab9a5f6a113047e3a4aae1afd278'/>
<id>urn:sha1:d47c73ee9ba3ab9a5f6a113047e3a4aae1afd278</id>
<content type='text'>
Closes #1981

Signed-off-by: Paul Jones &lt;paul@pauljones.id.au&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>zlib: enable compilation on the host</title>
<updated>2010-02-23T19:08:11Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-20T17:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a55cd51b855fc2749bc7db972ae353177eaa7d79'/>
<id>urn:sha1:a55cd51b855fc2749bc7db972ae353177eaa7d79</id>
<content type='text'>
zlib is needed on the host, to build xlib_libfontenc on the host, to
build xapp_mkfontscale on the host, in order to finally build xfonts
encodings on the target.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>zlib: fix headers installation in target directory</title>
<updated>2010-01-28T20:48:40Z</updated>
<author>
<name>Lionel Landwerlin</name>
<email>llandwerlin@gmail.com</email>
</author>
<published>2010-01-27T01:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5ad8ad0c3729ccf7012f414969304950fb58c456'/>
<id>urn:sha1:5ad8ad0c3729ccf7012f414969304950fb58c456</id>
<content type='text'>
Signed-off-by: Lionel Landwerlin &lt;llandwerlin@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>zlib: rework on top of the generic infrastructure</title>
<updated>2009-12-15T18:57:30Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-10-27T07:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9e1d5ccd4dc0f3f2a614baccb0b79ea3975e0629'/>
<id>urn:sha1:9e1d5ccd4dc0f3f2a614baccb0b79ea3975e0629</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>zlib: fix typo</title>
<updated>2009-10-04T14:05:10Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-04T14:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8ac5d34e7887ef01e1a38592908ea441b827f956'/>
<id>urn:sha1:8ac5d34e7887ef01e1a38592908ea441b827f956</id>
<content type='text'>
Fix typo introduced by 1e32e0700a (remove dedicated target-headers option).
Noticed by Alexander Clouter &lt;alex@digriz.org.uk&gt;.

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