aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-01-26 12:16:44 +0800
committerfanquake <fanquake@gmail.com>2020-02-28 12:04:51 +0800
commit1964561a3a5eacbb27139e9125859854c0e77437 (patch)
tree6f74756a2f8be62aa6d7c8eb5fa119635f6300e6
parenta28ea316ed47d4e3e30de3fbd77d010f7f9c24ea (diff)
downloadbitcoin-1964561a3a5eacbb27139e9125859854c0e77437.tar.xz
build: don't embed a build-id when building libdmg-hfsplus
Github-Pull: #18004 Rebased-From: cb9e88e73a042ff4e1c83289a6f8fa1db03fb093
-rw-r--r--depends/packages/native_libdmg-hfsplus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/native_libdmg-hfsplus.mk b/depends/packages/native_libdmg-hfsplus.mk
index a4ffb6046c..3a784cccdd 100644
--- a/depends/packages/native_libdmg-hfsplus.mk
+++ b/depends/packages/native_libdmg-hfsplus.mk
@@ -10,7 +10,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_config_cmds
- cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix)/bin ..
+ cmake -DCMAKE_INSTALL_PREFIX:PATH=$(build_prefix)/bin -DCMAKE_C_FLAGS="-Wl,--build-id=none" ..
endef
define $(package)_build_cmds