package/multicat: add patch to fix static build
authorJörg Krause <joerg.krause@embedded.rocks>
Sat, 19 Mar 2016 23:41:44 +0000 (00:41 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 20 Mar 2016 14:08:43 +0000 (15:08 +0100)
commit9958234bed8e9a07a43f2398c63ddb8ef0d939a3
treef8d271860ec65136e6a4d87ae10ca71ddca334d0
parent3b3775c8cb2d2a5fe666cf30b95e8ec83a4f26c7
package/multicat: add patch to fix static build

Building multicat in a static context fails with:
  aggregartp.c:381: undefined reference to `pthread_self'

Fix this by adding -lpthread to LDLIBS.

Fixes:
http://autobuild.buildroot.net/results/e69/e699cf6b97bc97f2e8e51aa8b86f0e16af70b5b0/
http://autobuild.buildroot.net/results/201/2019f11dcc43cb0db13ceb4e3a575c1a91573d4c/
http://autobuild.buildroot.net/results/fa9/fa98afec377a1e8fce64af5897d1f7af45804069/
and maybe more.

Upstream status: Pending [1]

[1] https://mailman.videolan.org/pipermail/multicat-devel/2016-March/000125.html

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/multicat/0001-Fix-missing-pthread.patch [new file with mode: 0644]