mpg123: unbreak static linking with alsa/portaudio
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 24 May 2016 17:59:05 +0000 (19:59 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 25 May 2016 05:44:46 +0000 (07:44 +0200)
commitf9419d752de00a06acf1d02ad2bc18c023e851bf
tree750da86805afe897a1cbb142cba67902f8b4c7ed
parentce46860c94fc36e6f24f14ddbd4617f3c25718f9
mpg123: unbreak static linking with alsa/portaudio

Fixes:
http://autobuild.buildroot.org/results/b2b/b2bc143fbd0b34e75a44af41ab6899dd9fa3c21a/
http://autobuild.buildroot.org/results/60d/60d56b0a75d209f2cfeff0727c2f900abc89d263/
http://autobuild.buildroot.org/results/6a8/6a8729ce69055821fdf0b91adcea2ea201d40189/

And many more.

A recent upstream build system change caused LIBS to be ignored at build
time (but still used a configure time), causing our static linking
workarounds to no longer work.

Fix it by adding a patch to cause it to no longer ignore LIBS.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mpg123/0001-Makefile.am-don-t-override-LIBS.patch [new file with mode: 0644]
package/mpg123/mpg123.mk