https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234070
Adriaan de Groot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Adriaan de Groot <[email protected]> --- The patch looks ok. I rebuilt qt5-core with it and noticed that the number of "private" symbols goes up: ``` [adridg@beastie .../devel/qt5-core]$ for l in /usr/local/lib/qt5/libQt5*.so; do readelf -a $l | grep @Qt_5_PRIVATE; done | wc -l 4926 # Rebuild here [adridg@beastie .../devel/qt5-core]$ for l in /usr/local/lib/qt5/libQt5*.so; do readelf -a $l | grep @Qt_5_PRIVATE; done | wc -l 5780 ``` But this will need an exp-run (I'm going to leave that to you) and probably a runtime-test (e.g. start some big-ass Qt5 application like www/falkon) as well. And bumps to all the Qt5 ports. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
