diff options
author | Howard Chu <hyc@symas.com> | 2019-11-16 16:13:06 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2019-11-17 13:44:18 +0000 |
commit | 9cbba5a8ec4f1634c8588051e0117a60cb6d55b3 (patch) | |
tree | 1354040189852c24486672223032b4993f56fe74 /contrib/depends/packages | |
parent | Fixup sodium darwin (diff) | |
download | monero-9cbba5a8ec4f1634c8588051e0117a60cb6d55b3.tar.xz |
Fix unwind library ordering
Sort objects being archived
Diffstat (limited to 'contrib/depends/packages')
-rw-r--r-- | contrib/depends/packages/unwind.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/depends/packages/unwind.mk b/contrib/depends/packages/unwind.mk index 8b8903a9a..826a820c4 100644 --- a/contrib/depends/packages/unwind.mk +++ b/contrib/depends/packages/unwind.mk @@ -3,6 +3,11 @@ $(package)_version=1.2 $(package)_download_path=https://download.savannah.nongnu.org/releases/libunwind $(package)_file_name=lib$(package)-$($(package)_version).tar.gz $(package)_sha256_hash=1de38ffbdc88bd694d10081865871cd2bfbb02ad8ef9e1606aee18d65532b992 +$(package)_patches=fix_obj_order.patch + +define $(package)_preprocess_cmds + patch -p0 < $($(package)_patch_dir)/fix_obj_order.patch +endef define $(package)_config_cmds cp -f $(BASEDIR)/config.guess config/config.guess &&\ |