minidlna: Fix automagic dependency to libiconv
authorMarkos Chandras <markos.chandras@imgtec.com>
Fri, 23 Aug 2013 17:26:34 +0000 (18:26 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 27 Aug 2013 22:16:25 +0000 (00:16 +0200)
commit86116e4f252d47fbbb71fb8d59591c2b87da3ba2
tree39d5285bc5cde9f8ea16225712be24b00f10f7df
parent5628776c4a4d29d0715633ea463b64cc19e19c5a
minidlna: Fix automagic dependency to libiconv

minidlna will detect and use the libiconv library if
the package is selected. In that case, we need to link
against -liconv.

Fixes the following linking problem:

tagutils/tagutils.o: In function `do_iconv.constprop.6':
tagutils.c:(.text+0x4d5c): undefined reference to `libiconv_open'
tagutils.c:(.text+0x4da0): undefined reference to `libiconv'
tagutils.c:(.text+0x4e08): undefined reference to `libiconv_close'

[Peter: wrap COMMON_LIBS line]
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/minidlna/minidlna.mk