diff options
author | Jan Horak <jhorak@redhat.com> | 2020-02-11 17:01:51 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2020-02-11 17:01:51 +0100 |
commit | 6f255146717c56aa4d172b4192d30b6879ace5c8 (patch) | |
tree | 70116751c1c6c5b7a0105a886f33891b7e725bba /firefox.spec | |
parent | Readding api keys pathes (diff) | |
download | librewolf-fedora-ff-6f255146717c56aa4d172b4192d30b6879ace5c8.tar.gz librewolf-fedora-ff-6f255146717c56aa4d172b4192d30b6879ace5c8.tar.bz2 librewolf-fedora-ff-6f255146717c56aa4d172b4192d30b6879ace5c8.zip |
Set api keys to full patch
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 48fba14..19015e7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -465,6 +465,11 @@ echo "ac_add_options --enable-address-sanitizer" >> .mozconfig echo "ac_add_options --disable-jemalloc" >> .mozconfig %endif +# api keys full path +echo "ac_add_options --with-mozilla-api-keyfile=`pwd`/mozilla-api-key" >> .mozconfig +echo "ac_add_options --with-google-location-service-api-keyfile=`pwd`/google-api-key" >> .mozconfig +echo "ac_add_options --with-google-safebrowsing-api-keyfile=`pwd`/google-api-key" >> .mozconfig + echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .mozconfig # Remove executable bit to make brp-mangle-shebangs happy. |