diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2017-10-31 09:39:32 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-27 22:10:37 +0100 |
commit | d682569f5dca884a23d5810a89388e6174687bfd (patch) | |
tree | c598b99bd4728db244893c2680ae1657dd3711b6 /package/qt5/qt5webkit-examples | |
parent | 3587d29eae6086c1006526c054df2d0fce6fe687 (diff) | |
download | buildroot-d682569f5dca884a23d5810a89388e6174687bfd.tar.gz buildroot-d682569f5dca884a23d5810a89388e6174687bfd.zip |
gupnp-av: fix static library linking with gupnp
gupnp and gupnp-av defines two internal functions with the same name:
xml_util_get_element and xml_util_get_child_element_content, as a result
an application such as rygel can't be build statically.
To fix this issue, rename both functions as
xml_util_get_element2 and xml_util_get_child_element_content2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5webkit-examples')
0 files changed, 0 insertions, 0 deletions