summaryrefslogtreecommitdiff
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-03-13 02:32:29 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-03-31 12:59:16 +0100
commit5503c227d98c6030455cc94197d462a066294f37 (patch)
treed673eda2a1a6a55916eb0d70d0a9550a838e272d /src/gallium/targets
parent6c8d8119caf99fffcfb2f50763267ae0a9ed8738 (diff)
automake: consistently use -no-undefined
Set the flag for all but the dri targets. They have missing glapi symbols which are required for the normal operation with the X server. Jon, I fear that you'll need to carry the "no-undefined" hunk locally when building the dri drivers under cygwin. Cc: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/egl-static/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am
index b492496a743..55eb3baaa06 100644
--- a/src/gallium/targets/egl-static/Makefile.am
+++ b/src/gallium/targets/egl-static/Makefile.am
@@ -46,6 +46,7 @@ AM_CPPFLAGS = \
AM_LDFLAGS = \
-module \
+ -no-undefined \
-avoid-version \
-Wl,--no-undefined \
-Wl,--version-script=$(top_srcdir)/src/gallium/targets/egl-static/egl.link