-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dne 21.1.2010 03:05, Chia-I Wu napsal(a):
> 2010/1/21 Tomáš Chvátal <scarab...@gentoo.org>:
>> aparently quite few parts of gallium does not bother with respecting
>> user set LDFLAGS which is kinda bad.
>> So i fixed all visible occurances for my radeon build, but i can't test
>> it for everything (maybe if some gentoo user running different
>> configuration is willing to post the QA warning it prints out [we have
>> quite advandced test hooks that print out various issues like that]...)
>> Without much more ado plz see (and hopefully apply) the attachments.
> The patches look good to me.  There is a typo in the second patch
> 
> -             $(OBJECTS) $(DRM_LIB) $(MISC_LIBS)
> +             ${LDFLAGS} $(OBJECTS) $(DRM_LIB) $(MISC_LIBS)
> 
> Should be $(LDFLAGS), right?

Indeed it should be $(LDFLAGS).

Tho it fixes the problem anyway because LDFLAGS are still exported in
the ENV. (so in theory it should not differ if we use make macro or the
env content)

Should i repost the patch or commiter will sed it?

Tomas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktYLKYACgkQHB6c3gNBRYcKUgCgtOhc65xE0grd0YvbYMyIYwJF
v0wAmwbTnYw7XPUteYQeODorHDw8vlMz
=F7+L
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to