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

--- Comment #14 from Gregor Tätzner <[email protected]> ---
(In reply to comment #13)
> this one is making me really nervous:
> csync-libs.x86_64: W: unused-direct-shlib-dependency
> /usr/lib64/libcsync.so.0.1.8 /lib64/libssl.so.10
> 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.
> (rpmlint on a installed csync-libs)
> 
> any ideas?
Yes dear sir, you have to include this cmake flag:
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \

I don't think you need this anymore:
-DCMAKE_SKIP_RPATH=ON \

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to