<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/tools/m4/patches, branch master</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>tools: m4: fix compilation with glibc 2.28</title>
<updated>2018-08-10T04:29:32+00:00</updated>
<author>
<name>Luis Araneda</name>
<email>luaraneda@gmail.com</email>
</author>
<published>2018-08-09T02:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8ae84899865ea14ce9d55cffa5de5ddd7167c680'/>
<id>8ae84899865ea14ce9d55cffa5de5ddd7167c680</id>
<content type='text'>
Add a temporary workaround to compile with glibc 2.28
as some constants were removed and others made private

Signed-off-by: Luis Araneda &lt;luaraneda@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a temporary workaround to compile with glibc 2.28
as some constants were removed and others made private

Signed-off-by: Luis Araneda &lt;luaraneda@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: patch various gnu tools for macOS 10.13</title>
<updated>2017-08-23T16:56:33+00:00</updated>
<author>
<name>Ryan Mounce</name>
<email>ryan@mounce.com.au</email>
</author>
<published>2017-08-03T11:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=25c045763a08a579feb6e42f9361edd1ca6333ae'/>
<id>25c045763a08a579feb6e42f9361edd1ca6333ae</id>
<content type='text'>
These host tools compile but may crash at runtime when building on
macOS 10.13 (High Sierra). Backport upstream gnulib patch until new
releases of affected tools.

https://lists.gnu.org/archive/html/bug-gnulib/2017-07/msg00056.html
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c41f233c4c38e84023a16339782ee306f03e7f59

Signed-off-by: Ryan Mounce &lt;ryan@mounce.com.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These host tools compile but may crash at runtime when building on
macOS 10.13 (High Sierra). Backport upstream gnulib patch until new
releases of affected tools.

https://lists.gnu.org/archive/html/bug-gnulib/2017-07/msg00056.html
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c41f233c4c38e84023a16339782ee306f03e7f59

Signed-off-by: Ryan Mounce &lt;ryan@mounce.com.au&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/m4: update 1.4.18</title>
<updated>2017-02-26T12:31:45+00:00</updated>
<author>
<name>Etienne Haarsma</name>
<email>bladeoner112@gmail.com</email>
</author>
<published>2017-02-12T15:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d90abebd06bbb004fc7957c39fe89202fbdca9f2'/>
<id>d90abebd06bbb004fc7957c39fe89202fbdca9f2</id>
<content type='text'>
Patch 100-fix-gets-removal.patch is removed because it's included in the new version.

Signed-off-by: Etienne Haarsma &lt;bladeoner112@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch 100-fix-gets-removal.patch is removed because it's included in the new version.

Signed-off-by: Etienne Haarsma &lt;bladeoner112@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>m4: update to 1.4.17</title>
<updated>2013-09-24T20:01:00+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2013-09-24T20:01:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=76974babaf0e0c7864dd82bcb638dde00cbf75ee'/>
<id>76974babaf0e0c7864dd82bcb638dde00cbf75ee</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 38168
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 38168
</pre>
</div>
</content>
</entry>
<entry>
<title>m4: fix errors in shipped stdio.in.h</title>
<updated>2012-07-08T15:28:44+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-07-08T15:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e63a58ebfb2ead25cbc4eff065f0036de8718439'/>
<id>e63a58ebfb2ead25cbc4eff065f0036de8718439</id>
<content type='text'>
M4 fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.

SVN-Revision: 32648
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
M4 fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to
wrap gets() with a warning which fails since gets() got removed from the
default _GNU_SOURCE featureset.

SVN-Revision: 32648
</pre>
</div>
</content>
</entry>
</feed>
