mirror of
https://github.com/monero-project/monero.git
synced 2025-05-06 14:34:57 -04:00
Fix unwind library ordering
Sort objects being archived
This commit is contained in:
parent
5eea312f6d
commit
9cbba5a8ec
2 changed files with 16 additions and 0 deletions
11
contrib/depends/patches/unwind/fix_obj_order.patch
Normal file
11
contrib/depends/patches/unwind/fix_obj_order.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- config/ltmain.sh.O 2017-01-13 16:00:54.000000000 +0000
|
||||
+++ config/ltmain.sh 2019-11-17 06:46:51.994402494 +0000
|
||||
@@ -7957,6 +7957,8 @@
|
||||
esac
|
||||
done
|
||||
fi
|
||||
+ oldobjs=`for obj in $oldobjs; do echo $obj; done | sort`
|
||||
+ oldobjs=" `echo $oldobjs`"
|
||||
eval cmds=\"$old_archive_cmds\"
|
||||
|
||||
func_len " $cmds"
|
Loading…
Add table
Add a link
Reference in a new issue