charlock_holmes install fails on Gentoo
Created by: elestedt
Hi,
I'm trying to install gitlab on a Gentoo machine - and mostly it works. But I have had some problems installing charlock_holmes.
And I just figured out why. The make system for charlock holmes has an error in it's liker flags, so it won't link. It includes libicuu18n twice - but does not include liblicuuc, so linkage fails because some convert function cannot be found. Secondly it assumes that libz is added to linkflags somewhere else, so linkage fails because of this as well. So i changed the makefile for charlock_holmes 0.6.9 to include "-licuuc -lz" and then it compiled.