~jbicha/firefox/update-dependencies

« back to all changes in this revision

Viewing changes to debian/patches/build-ppc64-s390x-nss.patch

  • Committer: Rico Tzschichholz
  • Date: 2017-09-19 12:23:30 UTC
  • Revision ID: ricotz@ubuntu.com-20170919122330-3b3ejr2cbpb6el6r
Update build-ppc64-s390x-nss.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 # try to guess sensible defaults
7
7
 arch=$(python "$cwd"/coreconf/detect_host_arch.py)
8
8
-if [ "$arch" = "x64" -o "$arch" = "aarch64" ]; then
9
 
+if [ "$arch" = "x64" -o "$arch" = "aarch64" -o "$arch" = "ppc64le" -o "$arch" = "s390x" ]; then
 
9
+if [ "$arch" = "x64" -o "$arch" = "aarch64" -o "$arch" = "ppc64" -o "$arch" = "ppc64le" -o "$arch" = "s390x" ]; then
10
10
     build_64=1
11
11
 elif [ "$arch" = "arm" ]; then
12
12
     armhf=1
17
17
           },
18
18
         },
19
19
       }],
20
 
-      [ 'target_arch=="arm64" or target_arch=="aarch64"', {
21
 
+      [ 'target_arch=="arm64" or target_arch=="aarch64" or target_arch=="ppc64le" or target_arch=="s390x"', {
 
20
-      [ 'target_arch=="arm64" or target_arch=="aarch64" or target_arch=="sparc64"', {
 
21
+      [ 'target_arch=="arm64" or target_arch=="aarch64" or target_arch=="sparc64" or target_arch=="ppc64" or target_arch=="ppc64le" or target_arch=="s390x"', {
22
22
         'defines': [
23
23
           'NSS_USE_64',
24
24
         ],