summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-02-12 14:07:19 +0100
committerMartin Stransky <stransky@redhat.com>2020-02-12 14:07:19 +0100
commitf314ac392b68fcbf10cce4b97a8270adcf30bf0a (patch)
tree760ac58a9733120dcd23e7a06ecd8b1e372924fc /firefox.spec
parentupdated cbindgen (diff)
downloadlibrewolf-fedora-ff-f314ac392b68fcbf10cce4b97a8270adcf30bf0a.tar.gz
librewolf-fedora-ff-f314ac392b68fcbf10cce4b97a8270adcf30bf0a.tar.bz2
librewolf-fedora-ff-f314ac392b68fcbf10cce4b97a8270adcf30bf0a.zip
Build fixes
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 48fba14..8a8fa54 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,5 +1,5 @@
# Set to true if it's going to be submitted as update.
-%global release_build 1
+%global release_build 0
%global debug_build 0
%global build_with_clang 0
%global build_with_asan 0
@@ -143,6 +143,7 @@ Patch41: build-disable-elfhack.patch
Patch44: build-arm-libopus.patch
#Patch45: build-disable-multijobs-rust.patch
Patch46: firefox-nss-version.patch
+Patch47: fedora-shebang-build.patch
# Fedora specific patches
Patch215: firefox-enable-addons.patch
@@ -339,6 +340,7 @@ This package contains results of tests executed during build.
%patch26 -p1 -b .icu
%endif
#%patch46 -p1 -b .nss-version
+%patch47 -p1 -b .fedora-shebang
# Fedora patches
%patch215 -p1 -b .addons
@@ -470,6 +472,7 @@ echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .
# Remove executable bit to make brp-mangle-shebangs happy.
chmod -x third_party/rust/itertools/src/lib.rs
chmod a-x third_party/rust/gfx-backend-vulkan/src/*.rs
+chmod a-x third_party/rust/gfx-hal/src/*.rs
#---------------------------------------------------------------------
bgstack15