[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Regression in v7.2.10 - ui-dbus.so requires -fPIC
From: |
Olaf Hering |
Subject: |
Regression in v7.2.10 - ui-dbus.so requires -fPIC |
Date: |
Thu, 14 Mar 2024 22:00:38 +0100 |
ui-dbus.so is a shared library. But it is apparently handled differently
than all the other shared libraries: it is not compiled with -fPIC.
As a result it fails to link. Not sure why this happens only here.
Everything up to v7.2.9 was fine.
Looking at some random other library like libui-spice-core.a,
every object is compiled with -fPIC.
But ui/dbus-display1.c is compiled with -fPIE instead.
Is this intentional?
Olaf
ld: ui/libdbus-display1.a.p/meson-generated_.._dbus-display1.c.o: warning:
relocation against `qemu_dbus_display1_audio_get_type' in read-only section
`.text'
pgpnCF_fptvSy.pgp
Description: Digitale Signatur von OpenPGP
- Regression in v7.2.10 - ui-dbus.so requires -fPIC,
Olaf Hering <=