upmpdcli: fix static linking issue
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 31 May 2015 19:40:07 +0000 (21:40 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 31 May 2015 19:42:07 +0000 (21:42 +0200)
commit62d925ee68fd3aa3fece9af11f19cf61fb6b5140
treec4c4454e38122b98d24bd08a713f2bddd7a81e34
parent3afbc4f378bf9ba9a5ccc774df6128343e6d4a70
upmpdcli: fix static linking issue

Fixes:
http://autobuild.buildroot.net/results/7ed/7ed85071bc06b4806e90b278a0736ea70c01b456/

Upmpdcli forgets to take the dependencies of libupnpp into consideration,
breaking static linking, so help it.

Libupnpp unfortunately doesn't provide a .pc file, so manually handle its
dependencies here.

The build system doesn't expand LIBS from the configure step, so manually
pass it to make.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/upmpdcli/upmpdcli.mk