Re: [Mesa-dev] [PATCH] mesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCE

2012-08-17 Thread Tapani Pälli
On 08/16/2012 09:15 PM, Matt Turner wrote: > On Thu, Aug 16, 2012 at 3:59 AM, Tapani Pälli wrote: >> Patches changes mesa to use 'HAVE_DLOPEN' defined by configure and Android.mk >> instead of _GNU_SOURCE for detecting dlopen capability. This makes dlopen to >> work also on Android where _GNU_SOUR

Re: [Mesa-dev] [PATCH] mesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCE

2012-08-16 Thread Matt Turner
On Thu, Aug 16, 2012 at 3:59 AM, Tapani Pälli wrote: > Patches changes mesa to use 'HAVE_DLOPEN' defined by configure and Android.mk > instead of _GNU_SOURCE for detecting dlopen capability. This makes dlopen to > work also on Android where _GNU_SOURCE is not defined. > > Signed-off-by: Tapani Päl

[Mesa-dev] [PATCH] mesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCE

2012-08-16 Thread Tapani Pälli
Patches changes mesa to use 'HAVE_DLOPEN' defined by configure and Android.mk instead of _GNU_SOURCE for detecting dlopen capability. This makes dlopen to work also on Android where _GNU_SOURCE is not defined. Signed-off-by: Tapani Pälli --- Android.common.mk | 4 +++- configure.ac