diff options
author | Sebastian Kemper <sebastian_ml@gmx.net> | 2021-02-09 22:15:46 +0100 |
---|---|---|
committer | Sebastian Kemper <sebastian_ml@gmx.net> | 2021-02-09 23:09:48 +0100 |
commit | 451d7872dfc3918be5798aa1470b914c366f211c (patch) | |
tree | 77d7bfb6862aa5303f8feb89a32338c1adc3f46c /kernel/macremapper | |
parent | 986c8acd555b1634de7dd1fab1aad5009f44347f (diff) |
icecast: allow access to iconv
Since commit d18692c libxml2 (and by extension libxslt) is linked against
iconv. Now icecast needs access to iconv as well. Without it the build fails.
xslt.c: In function 'xsltSaveResultToString':
xslt.c:72:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (result->children == NULL)
^~
xslt.c:75:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
buf = xmlAllocOutputBuffer(NULL);
^~~
xslt.c:81:27: error: dereferencing pointer to incomplete type 'xmlBuf' {aka 'struct _xmlBuf'}
*doc_txt_len = buf->conv->use;
^~
make[6]: *** [Makefile:545: xslt.o] Error 1
make[6]: Leaving directory '/openwrt/build_dir/target-mips_24kc_musl/icecast-2.4.4/src'
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Diffstat (limited to 'kernel/macremapper')
0 files changed, 0 insertions, 0 deletions