The download url has changed for this package so I created a -r1 version that reflects the new download page. While at it I also changed the script so that the library is now build with _REENTRANT.
Created attachment 43331 [details] hashit-0.9.3-r1.ebuild (change to download url)
changed the current ebuild to reflect the new homepage. what's the benefit of adding _REENTRANT?
It should make the library work better with threaded applications since _REENTRANT should make sure that errno and memory-allocations etc are done in a thread-safe way (has to do with glibc). Atleast that is what I am told :)
ok i read up some more about it and think it's really something we should add... which is down now. ;) btw, please attach diffs next time, as we can see the changes more easily.