build: don't embed a build-id when building libdmg-hfsplus

Github-Pull: #18004
Rebased-From: cb9e88e73a042ff4e1c83289a6f8fa1db03fb093
This commit is contained in:
fanquake 2020-01-26 12:16:44 +08:00
parent a28ea316ed
commit 1964561a3a
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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