<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/tools/libtool, branch v17.01.2</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>treewide: clean up download hashes</title>
<updated>2016-12-16T21:39:22+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2016-12-16T16:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=720b99215da295a2e7b4acdef30b58bec6acedc2'/>
<id>720b99215da295a2e7b4acdef30b58bec6acedc2</id>
<content type='text'>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>source: Switch to xz for packages and tools where possible</title>
<updated>2016-10-06T10:16:56+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>daniel.engberg.lists@pyret.net</email>
</author>
<published>2016-10-04T12:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9edfe7dd13d973b2d0c754d79dabdeebaeb13d49'/>
<id>9edfe7dd13d973b2d0c754d79dabdeebaeb13d49</id>
<content type='text'>
* Change git packages to xz
* Update mirror checksums in packages where they are used
* Change a few source tarballs to xz if available upstream
* Remove unused lines in packages we're touching, requested by jow- and blogic
* We're relying more on xz-utils so add official mirror as primary source, master site as secondary.
* Add SHA256 checksums to multiple git tarball packages

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Change git packages to xz
* Update mirror checksums in packages where they are used
* Change a few source tarballs to xz if available upstream
* Remove unused lines in packages we're touching, requested by jow- and blogic
* We're relying more on xz-utils so add official mirror as primary source, master site as secondary.
* Add SHA256 checksums to multiple git tarball packages

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libtool: passthrough -fstack-protector* to linker</title>
<updated>2015-06-18T08:52:33+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-06-18T08:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1e08c08e4819a9378f65ea0eca71d4f1e6680351'/>
<id>1e08c08e4819a9378f65ea0eca71d4f1e6680351</id>
<content type='text'>
on some platforms this is needed for gcc to link libssp

Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46030
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on some platforms this is needed for gcc to link libssp

Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46030
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: libtool relocatable fixes</title>
<updated>2015-01-13T10:23:44+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-01-13T10:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2b366700b0c9dd2f903bdcbdc1fd1b1c8989a50d'/>
<id>2b366700b0c9dd2f903bdcbdc1fd1b1c8989a50d</id>
<content type='text'>
Make sure that libtool and libtoolize call grep relative to
$STAGING_DIR as well.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 43960
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure that libtool and libtoolize call grep relative to
$STAGING_DIR as well.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 43960
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: bootstrap libtool to pickup the correct in-tree automake</title>
<updated>2015-01-13T07:49:10+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-01-13T07:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=90283e410bd6227125427f0f240b87ecd1cc4e1c'/>
<id>90283e410bd6227125427f0f240b87ecd1cc4e1c</id>
<content type='text'>
Also fix 000-relocatable.patch to avoid accidential sed invocations in bootstrap.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 43959
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix 000-relocatable.patch to avoid accidential sed invocations in bootstrap.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 43959
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/libtool: enable parallel builds</title>
<updated>2012-09-15T14:17:34+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-09-15T14:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d010ec2a91d9d2d550dfddbb0e92a199695e5de4'/>
<id>d010ec2a91d9d2d550dfddbb0e92a199695e5de4</id>
<content type='text'>
SVN-Revision: 33429
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33429
</pre>
</div>
</content>
</entry>
<entry>
<title>libtool: fix accidental sed invocation in libtoolize</title>
<updated>2012-01-21T09:49:53+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-01-21T09:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ab2f3dc0343d17035142115939dcf555beef32e5'/>
<id>ab2f3dc0343d17035142115939dcf555beef32e5</id>
<content type='text'>
SVN-Revision: 29839
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 29839
</pre>
</div>
</content>
</entry>
<entry>
<title>libtool: make relocatable, search resources relative to STAGING_DIR</title>
<updated>2012-01-20T14:51:44+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-01-20T14:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b44687638710dd2cdeb2947025e2aef260c2073e'/>
<id>b44687638710dd2cdeb2947025e2aef260c2073e</id>
<content type='text'>
SVN-Revision: 29826
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 29826
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: clean up Makefiles / make ccache work</title>
<updated>2012-01-15T11:43:13+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2012-01-15T11:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ccb6b0a063a4133ac59c811476b670c7d66f84ed'/>
<id>ccb6b0a063a4133ac59c811476b670c7d66f84ed</id>
<content type='text'>
SVN-Revision: 29754
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 29754
</pre>
</div>
</content>
</entry>
<entry>
<title>autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf. The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct version to use.</title>
<updated>2011-08-01T00:22:53+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-08-01T00:22:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=bd982fb72c2636ccdbd559861f5c7ee60a7d60f9'/>
<id>bd982fb72c2636ccdbd559861f5c7ee60a7d60f9</id>
<content type='text'>
SVN-Revision: 27855
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27855
</pre>
</div>
</content>
</entry>
</feed>
