[Mesa-dev] [PATCH 18/24] targets/egl-static: move the common LDFLAGS into AM_LDFLAGS

Matt Turner mattst88 at gmail.com
Fri Mar 28 14:44:07 PDT 2014


On Thu, Mar 27, 2014 at 2:00 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Signed-off-by: Emil Velikov <emil.l.velikov at 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.


More information about the mesa-dev mailing list