[PATCH modular 1/4] build.sh: remove CACHE env variable as it is not implementable

Trevor Woerner twoerner at gmail.com
Mon Dec 13 08:11:07 PST 2010


On Sat, Dec 11, 2010 at 8:52 PM, Gaetan Nadon <memsize at videotron.ca> wrote:
> For example, this cached variable from clock:
> pkg_cv_XFT_LIBS=${pkg_cv_XFT_LIBS='-L/home/nadon/xorg/src/lib -lXft  '}
>
> is overwritten with the value from xdm:
> pkg_cv_XFT_LIBS=${pkg_cv_XFT_LIBS='
> -L/home/nadon/xorg/src/lib -lXrender -lX11 -lXft  '}

Wouldn't that suggest there's a mistake in one or both of these settings?

They're both looking in the same directory ($HOME/xorg/src/lib) so
that's a good thing. But if clock only requires "-lXft" but xdm
requires all of "-lXft", "-lXrender", and "-lX11" then maybe
something's wrong with how both projects setup the "pkg_cv_XFT_LIBS"
variable?


More information about the xorg-devel mailing list