<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/libmicrohttpd/libmicrohttpd.mk, branch 2016.11</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.11</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.11'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-10-07T14:02:30+00:00</updated>
<entry>
<title>Revert "libmicrohttpd: update to 0.9.51"</title>
<updated>2016-10-07T14:02:30+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2016-10-07T14:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=3215e4caf5d8dc78f0b4b34c38e708e90451150d'/>
<id>urn:sha1:3215e4caf5d8dc78f0b4b34c38e708e90451150d</id>
<content type='text'>
This reverts commit 48073884101fe3db7d4bfc8d0b585232bd0e9080.

The commit broke the build with the pre-built Blackfin toolchain.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: update to 0.9.51</title>
<updated>2016-10-07T14:00:38+00:00</updated>
<author>
<name>Waldemar Brodkorb</name>
<email>wbx@openadk.org</email>
</author>
<published>2016-10-01T10:01:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=48073884101fe3db7d4bfc8d0b585232bd0e9080'/>
<id>urn:sha1:48073884101fe3db7d4bfc8d0b585232bd0e9080</id>
<content type='text'>
Bfin workaround is not required if the gcc bfin patch is applied.
(gcc: enable _REENTRANT for bfin when -lpthread is used)

Signed-off-by: Waldemar Brodkorb &lt;wbx@openadk.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: fix thread detection on ARC and Blackfin</title>
<updated>2016-07-05T08:17:16+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2016-07-03T23:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=72350212d6ba28244af65e1310a0745f2a3e39da'/>
<id>urn:sha1:72350212d6ba28244af65e1310a0745f2a3e39da</id>
<content type='text'>
Due to compiler deficiences, gcc on ARC and Blackfin doesn't define
_REENTRANT, which the latest version of the ax_pthread.m4
autoconf-archive macros looks at to determine whether thread support is
available or not.

Fixing the compilers is definitely the right thing to do, but it's not
doable for pre-built external toolchains like the Blackfin one, so for
now, we simply define _REENTRANT manually on ARC and Blackfin. If more
packages are affected by this problem, a more general solution will have
to be found.

Fixes
http://autobuild.buildroot.net/results/593/593b5050473a83a9ddcada9de39f8f14ab38d554/
http://autobuild.buildroot.net/results/ff0/ff058a378b91740b5b399f32a6b375fbc3c8df06/

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/libmicrohttpd: Fix build with !C99 compilers</title>
<updated>2016-06-13T19:34:07+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-06-13T18:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0c65b074bc42eca7c1d968508d7dee683d532b9b'/>
<id>urn:sha1:0c65b074bc42eca7c1d968508d7dee683d532b9b</id>
<content type='text'>
The code assumes C99 mode for loop variables, so ensure it is used.

Fixes
http://autobuild.buildroot.net/results/734/734652bbdd7b6b18a8d67a30fe03bed62cd644e7/
http://autobuild.buildroot.net/results/d03/d03d36bfd4a97ff8091a815a45b4670bff992233/

[Peter: fixup/extend commit message]
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/libmicrohttpd: bump version to 0.9.50</title>
<updated>2016-06-12T16:39:05+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-06-12T15:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=bd4519bceeacf9ef1e7fac60a81f3daa230a059a'/>
<id>urn:sha1:bd4519bceeacf9ef1e7fac60a81f3daa230a059a</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: bump to version 0.9.48</title>
<updated>2015-12-20T21:49:10+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-12-20T20:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7d09da02e25fcacbac3cfa3760ed4c0c55f2baf8'/>
<id>urn:sha1:7d09da02e25fcacbac3cfa3760ed4c0c55f2baf8</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: bump to version 0.9.47</title>
<updated>2015-12-04T20:25:30+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-12-04T14:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=64d859ee02f15dc60799fd7069d35e241f8752d6'/>
<id>urn:sha1:64d859ee02f15dc60799fd7069d35e241f8752d6</id>
<content type='text'>
Experimental SPDY support was dropped so drop the configure option.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: bump to version 0.9.46</title>
<updated>2015-11-13T14:42:20+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-11-13T13:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2a5e86c9ef1eb5197b04f7734d810330daacd158'/>
<id>urn:sha1:2a5e86c9ef1eb5197b04f7734d810330daacd158</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: bump to version 0.9.45</title>
<updated>2015-11-03T14:45:37+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-11-03T10:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a82e00199e92b05c2ff16bc0904b8b46fd57a49c'/>
<id>urn:sha1:a82e00199e92b05c2ff16bc0904b8b46fd57a49c</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libmicrohttpd: bump to version 0.9.44</title>
<updated>2015-10-02T13:35:41+00:00</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2015-10-02T13:13:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4640f87f2f6ab9ad2156e06e2b62f4534e983473'/>
<id>urn:sha1:4640f87f2f6ab9ad2156e06e2b62f4534e983473</id>
<content type='text'>
Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
