commit | 249f3db9997de195fa0e62e0236f86e977fcced8 | [log] [tgz] |
---|---|---|
author | Clark Rawlins <clark@bit63.org> | Tue Dec 01 08:46:27 2009 -0500 |
committer | Peter Korsgaard <jacmet@sunsite.dk> | Sun Dec 06 20:13:28 2009 +0100 |
tree | a745573a1a327282956240228bf9b556ae4087da | |
parent | b5867d93ae9c2264b4cd9bce07623eb45f53c668 [diff] |
mesa3d: Pass LDFLAGS to the build config file Closes #559. Without the LDFLAGS in the build configuration file building mesa3d fails with an external toolchain on amd64 machines targeting i686. The error indicats that libX11 can't be found. This change passes the --sysroot parameter (along with any others specified by buildroot for LDFLAGS to the mklib script. Signed-off-by: Clark Rawlins <clark@bit63.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>