https://bugzilla.redhat.com/show_bug.cgi?id=857639
--- Comment #9 from Toshio Ernie Kuratomi <[email protected]> --- I see some problems here. Including a bundled piece of hashing code: the sha* files are taken from here: http://hg.saddi.com/sha-asaddi That code doesn't produce a shared library -- it just builds a static library that is immediately linked into the sha* command line tools and then the libraries are discarded. You might be able to get a generic bundling exception from the FPC similar to the md5 exceptions: https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions Or you might need to build the saddi package separately and create a static library from that which you'd then be able to link against here. -- 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
