From 7bb907ec23f7672218ff018e4fdefdea2048ac23 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 7 Apr 2020 09:50:55 +0000 Subject: community/rust: unify triples on all architectures Rebuild with target=$CTARGET to fix the tripliet to be consistent on all arches. also use python3 fixes #11349 --- community/rust/python3.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/rust/python3.patch (limited to 'community/rust/python3.patch') diff --git a/community/rust/python3.patch b/community/rust/python3.patch new file mode 100644 index 0000000000..5a9a53dec6 --- /dev/null +++ b/community/rust/python3.patch @@ -0,0 +1,12 @@ +diff --git a/configure b/configure +index eeb8d08..81e2001 100755 +--- a/configure ++++ b/configure +@@ -11,6 +11,7 @@ try() { + fi + } + ++try python3 "$@" + try python2.7 "$@" + try python27 "$@" + try python2 "$@" -- cgit v1.2.3