Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: portability.eclass

2009-03-27 Thread Fabian Groffen
On 27-03-2009 01:34:36 +0100, Donnie Berkholz wrote: + # - Linux needs -ldl + if [[ ${CHOST} == *-linux-gnu ]]; then echo -ldl How about uclibc? Good catch, thanks for pointing out. And thanks drizzt for fixing it before I could ;) -- Fabian Groffen Gentoo on a

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: portability.eclass

2009-03-26 Thread Donnie Berkholz
On 11:26 Sun 22 Mar , Fabian Groffen (grobian) wrote: grobian 09/03/22 11:26:45 Modified: portability.eclass Log: make dlopen_lib work in a non-BSD is the only other thing in the world setting # Gets the linker flag to link to dlopen() function dlopen_lib() {