Wireshark-bugs: [Wireshark-bugs] [Bug 11230] Compilation fails with qt5 5.4.1 and autotools due

Date: Sun, 05 Jul 2015 05:04:59 +0000

changed bug 11230


What Removed Added
CC   [email protected]

Comment # 16 on bug 11230 from
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1c50729f9f4b5914c852d2bba337858f21307cf2

seems to be related.

configure.ac should probably have some logic saying "you want Qt5, so we check
for and add -fPIC -DPIC" (or fail). The original include #error of "Compile
your code with -fPIC or -fPIE." is misleading in that in this case we only need
PIC and not PIE. According to configure.ac, PIE is checked for and added
(through PIE_CFLAGS) only to dumpcap and nowhere else.


You are receiving this mail because:
  • You are watching all bug changes.