Commit a1347df3 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 24912: Disable selfrando on stable series

parent 563ebc0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ cd [% project %]-[% c("version") %]
[% IF c('var/windows-x86_64') -%]
  patch -p1 < ../64bit-fixups.patch
[% END -%]
[% IF c("var/linux") -%]
[% IF c("var/linux") && ! c("var/release") -%]
  # We need to work around a gold linker bug in 2.24 to get selfrando working,
  # see bug 20683.
  patch -p1 < $rootdir/binutils-224-gold.patch
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ mkdir -p /var/tmp/build
  export PATH="/var/tmp/dist/binutils/bin:$PATH"
[% END -%]

[% IF c("var/linux") -%]
[% IF c("var/linux") && ! c("var/release") -%]
  tar -C /var/tmp/dist -xf $rootdir/[% c('input_files_by_name/selfrando') %]
  # Selfrando wrapper
  export PATH="/var/tmp/dist/selfrando/Tools/TorBrowser/tc-wrapper/:$PATH"
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ input_files:
    enable: '[% c("var/linux") %]'
  - project: selfrando
    name: selfrando
    enable: '[% c("var/linux") %]'
    enable: '[% c("var/linux") && ! c("var/release") %]'
  - filename: fix-info-plist.py
    enable: '[% c("var/osx") %]'
  - URL: https://people.torproject.org/~gk/mirrors/sources/msvcr100.dll