aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/patches
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2019-11-16 16:13:06 +0000
committerHoward Chu <hyc@symas.com>2019-11-17 13:44:18 +0000
commit9cbba5a8ec4f1634c8588051e0117a60cb6d55b3 (patch)
tree1354040189852c24486672223032b4993f56fe74 /contrib/depends/patches
parentFixup sodium darwin (diff)
downloadmonero-9cbba5a8ec4f1634c8588051e0117a60cb6d55b3.tar.xz
Fix unwind library ordering
Sort objects being archived
Diffstat (limited to 'contrib/depends/patches')
-rw-r--r--contrib/depends/patches/unwind/fix_obj_order.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/depends/patches/unwind/fix_obj_order.patch b/contrib/depends/patches/unwind/fix_obj_order.patch
new file mode 100644
index 000000000..374a9f04a
--- /dev/null
+++ b/contrib/depends/patches/unwind/fix_obj_order.patch
@@ -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"