]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/madplay: add custom libtool patch
authorRomain Naour <romain.naour@gmail.com>
Tue, 30 May 2017 14:53:17 +0000 (16:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 May 2017 21:22:09 +0000 (23:22 +0200)
commit2fcb07fbe3c2a861cd6c988d6d13d11be22a3683
tree063e0c17369d2320a73d698bf219e8de5e6098af
parent6ff4293c94790e7f6bdb1a2c1263dc2a3998c3a6
package/madplay: add custom libtool patch

madplay use a libtool script in version 1.5.2 but the libtool patch
"buildroot-libtool-v1.5.patch.patch" doesn't apply.

From [1]:
"It's libtool dropping -static. That's because madplay has a
weird version of libtool, on which our libtool patch doesn't apply so
we have MADPLAY_LIBTOOL_PATCH = NO. Therefore, the hack we have that
makes libtool -static behave like -all-static isn't applied, causing
this build failure."

Fixes:
http://autobuild.buildroot.net/results/60def1b15ea61d3cb5f50e9de3f354dd2e17d270

[1] http://lists.busybox.net/pipermail/buildroot/2017-May/192959.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/madplay/0002-buildroot-libtool-v1.5.patch.patch [new file with mode: 0644]