https://bugzilla.redhat.com/show_bug.cgi?id=1020942



--- Comment #34 from Richard Shaw <hobbes1...@gmail.com> ---
Ok, one thing we need to fix, if you run rpmlint on the installed packages it
finds a BUNCH of "unused-direct-shlib-dependency"

Which means:
$ rpmlint -I unused-direct-shlib-dependency
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.

If the build honors LDFLAGS then a quick solution is to use:
export LDFLAGS='-Wl,--as-needed"
just before configure.

-- 
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
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to