diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2013-08-23 18:26:34 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-08-28 00:16:25 +0200 |
commit | 86116e4f252d47fbbb71fb8d59591c2b87da3ba2 (patch) | |
tree | 39d5285bc5cde9f8ea16225712be24b00f10f7df /package/gcc | |
parent | 5628776c4a4d29d0715633ea463b64cc19e19c5a (diff) | |
download | buildroot-86116e4f252d47fbbb71fb8d59591c2b87da3ba2.tar.gz buildroot-86116e4f252d47fbbb71fb8d59591c2b87da3ba2.zip |
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>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions