diff options
Diffstat (limited to 'src/mesa/drivers/x11/SConscript')
-rw-r--r-- | src/mesa/drivers/x11/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/x11/SConscript b/src/mesa/drivers/x11/SConscript index b0173bee94c..52952324386 100644 --- a/src/mesa/drivers/x11/SConscript +++ b/src/mesa/drivers/x11/SConscript @@ -31,6 +31,9 @@ sources = [ 'xm_tri.c', ] +# Disallow undefined symbols +env.Append(SHLINKFLAGS = ['-Wl,-z,defs']) + # libGL.so.1.6 libgl_1_6 = env.SharedLibrary( target ='GL', |