[tbb-commits] [tor-browser-build/master] Bug 30736: Install yasm from wheezy-backports
gk at torproject.org
gk at torproject.org
Wed Aug 7 10:48:52 UTC 2019
commit 0a8ab5b289753683cf9a5bfae3bd6e24b463eeb1
Author: Nicolas Vigier <boklm at torproject.org>
Date: Fri Aug 2 06:01:54 2019 +0200
Bug 30736: Install yasm from wheezy-backports
---
projects/firefox/config | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/projects/firefox/config b/projects/firefox/config
index 0b340f5..14be6ef 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -58,6 +58,15 @@ targets:
arch_deps:
- openjdk-8-jdk
+ linux:
+ var:
+ post_pkginst: |
+ # Firefox ESR68 needs Yasm >= 1.2.0 which Debian Wheezy ships in backports.
+ echo 'deb http://archive.debian.org/debian/ wheezy-backports main' >> /etc/apt/sources.list
+ export DEBIAN_FRONTEND=noninteractive
+ apt-get update
+ apt-get install -t wheezy-backports -y yasm
+
linux-x86_64:
var:
martools_filename: mar-tools-linux64.zip
More information about the tbb-commits
mailing list