Re: [Mesa-dev] [PATCH 1/2] gallium: correctly manage libsensors link flags

2017-01-16 Thread Emil Velikov
On 8 December 2016 at 17:58, Emil Velikov wrote: > From: Emil Velikov > > We should be using LIBS rather than the LDFLAGS variable. Furthermore > try to keep the linking to the final stage, rather than intermetent > static library. > > Cc: Steven Toth > Signed-off-by: Emil Velikov > --- > Steve

[Mesa-dev] [PATCH 1/2] gallium: correctly manage libsensors link flags

2016-12-08 Thread Emil Velikov
From: Emil Velikov We should be using LIBS rather than the LDFLAGS variable. Furthermore try to keep the linking to the final stage, rather than intermetent static library. Cc: Steven Toth Signed-off-by: Emil Velikov --- Steven please double-check things on your end. --- configure.ac