https://bugzilla.redhat.com/show_bug.cgi?id=1486278
--- Comment #4 from Juan Orti <[email protected]> --- There are also warnings of unused-direct-shlib-dependency: The binary contains unused direct shared library dependencies. This may indicate gratuitously bloated linkage; check that the binary has been linked with the intended shared libraries only. svg2svgt.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libsvg2svgt.so.0.0.0 /lib64/libQt5Widgets.so.5 svg2svgt.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libsvg2svgt.so.0.0.0 /lib64/libQt5XmlPatterns.so.5 svg2svgt.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libsvg2svgt.so.0.0.0 /lib64/libQt5Gui.so.5 svg2svgt.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libsvg2svgt.so.0.0.0 /lib64/libQt5Network.so.5 https://fedoraproject.org/wiki/Common_Rpmlint_issues#unused-direct-shlib-dependency You can add this before calling cmake. (I have not tested it). export CXXFLAGS="%{optflags} -Wl,--as-needed" -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
