On Thu, Mar 27, 2014 at 2:00 PM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com> > --- > src/gallium/targets/egl-static/Makefile.am | 19 +++++++++++++------ > 1 file changed, 13 insertions(+), 6 deletions(-) > > diff --git a/src/gallium/targets/egl-static/Makefile.am > b/src/gallium/targets/egl-static/Makefile.am > index 282fa66..b492496 100644 > --- a/src/gallium/targets/egl-static/Makefile.am > +++ b/src/gallium/targets/egl-static/Makefile.am > @@ -30,8 +30,6 @@ > # > include $(top_srcdir)/src/gallium/Automake.inc > > -LDFLAGS += > -Wl,--version-script=$(top_srcdir)/src/gallium/targets/egl-static/egl.link
Ugh. Not supposed to modify LDFLAGS in Makefile.am. Good that we're getting rid of that. There's another instance in pipe-loader (that I'm not sure if this series kills) that should be fixed too. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev