commit 0a8ab5b289753683cf9a5bfae3bd6e24b463eeb1 Author: Nicolas Vigier boklm@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
tbb-commits@lists.torproject.org