summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon Turney <[email protected]>2017-12-03 21:58:12 +0000
committerEmil Velikov <[email protected]>2018-02-05 19:06:02 +0000
commit53f8d524a0ce4ff8ac4ea04306788217c2a99551 (patch)
treefd2c7a278098c7193493f232e5abfd7605eb156e /src
parenteeee001d784716f25acdb8c3a283164230b1b96c (diff)
osx: ld doesn't support --build-id
Signed-off-by: Jon Turney <[email protected]> Reviewed-by: Emil Velikov <[email protected]> (cherry picked from commit f8ed9f24d5eac1549e480dd0348d091b4299302e)
Diffstat (limited to 'src')
-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)