aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/Makefile.am
diff options
context:
space:
mode:
authorJon Turney <[email protected]>2017-12-03 21:58:12 +0000
committerJon Turney <[email protected]>2018-02-01 15:13:56 +0000
commitf8ed9f24d5eac1549e480dd0348d091b4299302e (patch)
treea2c4a0377ce2827997cc5b1622ba87a7c9485ec2 /src/mesa/drivers/dri/Makefile.am
parent7ad7a07c88b1b1c697132e8f990c0d9530fdf827 (diff)
osx: ld doesn't support --build-id
Signed-off-by: Jon Turney <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/Makefile.am b/src/mesa/drivers/dri/Makefile.am
index ae30996e028..3876d7c4192 100644
--- a/src/mesa/drivers/dri/Makefile.am
+++ b/src/mesa/drivers/dri/Makefile.am
@@ -57,7 +57,7 @@ mesa_dri_drivers_la_LDFLAGS = \
-module \
-no-undefined \
-avoid-version \
- -Wl,--build-id=sha1 \
+ $(LD_BUILD_ID) \
$(BSYMBOLIC) \
$(GC_SECTIONS) \
$(LD_NO_UNDEFINED)