[PATCH] XDM: Fix missing linking dependency on -ldl.

Alan Coopersmith alan.coopersmith at oracle.com
Sat Feb 19 13:56:55 PST 2011


On 02/19/11 01:51 PM, Gaetan Nadon wrote:
> Have you checked there is no issue with adding this to BSD/MAC/Solaris systems?
> I would guess it cannot hurt.

Won't hurt Solaris, as it will find dlopen is already in $LIBS (libc actually)
and do nothing.   Even if it added -ldl, that's just an ELF filter that
redirects the dl* apis back to libc and doesn't hurt beyond a wasted page of memory.

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list