Fix unwind library ordering

Sort objects being archived
This commit is contained in:
Howard Chu 2019-11-16 16:13:06 +00:00
parent 5eea312f6d
commit 9cbba5a8ec
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
2 changed files with 16 additions and 0 deletions

View file

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