Re: [Mesa-dev] [PATCH 1/3] Fix build for darwin

2014-05-23 Thread Emil Velikov
On 21/05/14 14:02, Jon TURNEY wrote: > Fix build for darwin, when ./configured --disable-driglx-direct > > - darwin ld doesn't support -Bsymbolic or --version-script, so check if ld > supports those options before using them There are four move cases that can use HAVE_LD_VERSION_SCRIPT. First one

[Mesa-dev] [PATCH 1/3] Fix build for darwin

2014-05-21 Thread Jon TURNEY
Fix build for darwin, when ./configured --disable-driglx-direct - darwin ld doesn't support -Bsymbolic or --version-script, so check if ld supports those options before using them - define GLX_ALIAS_UNSUPPORTED as config/darwin used to, as aliasing of non-weak symbols isn't supported - default to

[Mesa-dev] [PATCH 1/3] Fix build for darwin

2014-05-13 Thread Jon TURNEY
Fix build for darwin, when ./configured --disable-driglx-direct - darwin ld doesn't support -Bsymbolic or --version-script, so check if ld supports those options before using them - define GLX_ALIAS_UNSUPPORTED as config/darwin used to, as aliasing of non-weak symbols isn't supported - default to