See attached build log. (Please do not complain about the need for looking at the build log until you can provide an easy way to open bugs with the correct data picked out of a tinderbox log. Thanks.)
Created attachment 242085 [details] Build log
I will work on this as time permits.
Created attachment 242147 [details] Ebuild diff from main tree Notes: ${FILESDIR}/${P}-asneeded.patch is no longer necessary. I will also be attaching a new ${FILESDIR}/${P}-makefile.patch. This replaces the one currently in the tree. It will address the lack of respect for LDFLAGS (And will also take care of what the old ${FILESDIR}/${P}-asneeded.patch did). Hope this helps.
Created attachment 242149 [details] New makefile patch
Created attachment 242151 [details] Full ebuild Just in case anyone wants it.
Comment on attachment 242149 [details] New makefile patch The patch is wrong. Libraries come before objects to the linker line. <compiler> <*flags> <objects> <libs>
(In reply to comment #6) > (From update of attachment 242149 [details]) > The patch is wrong. Libraries come before objects to the linker line. That should read: Libraries come after objects to the linker line. :-) sorry about that. > > <compiler> <*flags> <objects> <libs> >
Created attachment 242371 [details] Updated makefile patch Correct makefile.patch. Thanks for the catch =)
13 Oct 2010; Dane Smith <c1pher@gentoo.org> +rainbowcrack-1.2-r2.ebuild, +files/rainbowcrack-1.2-makefile-asneeded.patch: Revision bump for rainbowcrack. Addresses lack of LDFLAGS respect wrt bug #331877. Fixed in -r2.