https://bugzilla.redhat.com/show_bug.cgi?id=970009 --- Comment #12 from Kevin Cernekee <cernekee@xxxxxxxxx> --- I installed the FC19 beta tonight and made some additional progress: stoken only really needs a tiny piece of libtomcrypt, so I copied the necessary libtomcrypt files right into the stoken tree. autoconf will still look for a shared version (since presumably it will get bugfixes and updates) but lacking that, it will use the local copy. Users who do have libtomcrypt installed can bypass it using "configure --without-libtomcrypt". Incorporating the ~5 files from libtomcrypt allowed us to drop the GnuTLS dependency and the various concurrency / initialization problems that arose. If all of this works OK, and doesn't completely break the Debian builds, I'll make it a formal v0.3 release. Unfortunately I still wasn't able to get rpmbuild to stop complaining about the /usr/lib64 rpath, even after running autogen.sh on a much newer Linux installation than usual. So the autoreconf line remains in the spec file. My latest SRPM: https://dl.dropboxusercontent.com/u/169702767/stoken/stoken-0.3-1.fc19.src.rpm Feature branch: https://github.com/cernekee/stoken/commits/fedora-v1 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=D2aXGRpQEt&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review