Re: [Mesa-dev] [PATCH] automake: intel: correctly append to the LIBADD variable

2017-10-24 Thread Eric Engestrom
On Monday, 2017-10-23 13:29:30 +0100, Emil Velikov wrote: > From: Emil Velikov > > Commit 05fc62d89f5 sets the variable, yet it forgot the update the > existing reference to append (instead of assign). > > Thus as-is the expat library was discarded from the link chain when > building with Androi

Re: [Mesa-dev] [PATCH] automake: intel: correctly append to the LIBADD variable

2017-10-23 Thread Hongxu Jia
On 2017年10月23日 20:29, Emil Velikov wrote: From: Emil Velikov Commit 05fc62d89f5 sets the variable, yet it forgot the update the existing reference to append (instead of assign). Thus as-is the expat library was discarded from the link chain when building with Android. Fixes: 05fc62d89f5 ("aut

[Mesa-dev] [PATCH] automake: intel: correctly append to the LIBADD variable

2017-10-23 Thread Emil Velikov
From: Emil Velikov Commit 05fc62d89f5 sets the variable, yet it forgot the update the existing reference to append (instead of assign). Thus as-is the expat library was discarded from the link chain when building with Android. Fixes: 05fc62d89f5 ("automake: intel: move expat handling where it's