swr: use the correct variable for no undefined symbols
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 21 Jul 2017 12:44:22 +0000 (13:44 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 24 Jul 2017 09:23:45 +0000 (10:23 +0100)
The variable name was missing a leading LD_, which resulted in a missing
check for unresolved symbols in the backend binaries.

With the link addressed with earlier patches, we can correct the typo.

Thanks to Laurent for the help spotting this.

v2: Split from a larger patch.

Cc: mesa-stable@lists.freedesktop.org
Cc: Bruce Cherniak <bruce.cherniak@intel.com>
Cc: Tim Rowley <timothy.o.rowley@intel.com>
Cc: Laurent Carlier <lordheavym@gmail.com>
Fixes: 9475251145174882b532 "swr: standardize linkage and check for
                             unresolved symbols"
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reported-by: Laurent Carlier <lordheavym@gmail.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/gallium/drivers/swr/Makefile.am

index bc7abad06affda877f0e0dc79227dfc114edd468..05fc3b3595beb6deffac555ec0ccd177f7cf62ed 100644 (file)
@@ -238,7 +238,7 @@ COMMON_LDFLAGS = \
        -module \
        -no-undefined \
        $(GC_SECTIONS) \
-       $(NO_UNDEFINED)
+       $(LD_NO_UNDEFINED)
 
 lib_LTLIBRARIES =