mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-31 19:45:43 +00:00
New versions of gcc have implemented __has_builtin which causes meson to detect functions in libm, such as hypot() and sqrt() as built-ins during configure time, while they are actually part of libm. This has been causing build failures in Fedora 32 Rawhide and has been reported in meson for some time now: https://github.com/mesonbuild/meson/issues/3740 Meson always adds --as-needed to linker arguments so, it does not hurt to link against libm even though no functions from that library will be used. Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com> |
||
|---|---|---|
| common | ||
| docs | ||
| m4 | ||
| python_modules | ||
| tests | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| .gitpublish | ||
| autogen.sh | ||
| configure.ac | ||
| COPYING | ||
| git.mk | ||
| Makefile.am | ||
| meson_options.txt | ||
| meson.build | ||
| spice_codegen.py | ||
| spice.proto | ||