diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-08-27 10:03:03 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-08-27 10:03:03 +0200 |
commit | b9fd2f527605d3252a87b1f57346a7cc51089d63 (patch) | |
tree | beeb427909da70e39f4370c280dc85ceebf3cf97 /binary_tarball/scripts/3_Configure_Source_Code.sh | |
parent | add pcsc socket for smartcard access with flatpak (diff) | |
download | librewolf-linux-b9fd2f527605d3252a87b1f57346a7cc51089d63.tar.gz librewolf-linux-b9fd2f527605d3252a87b1f57346a7cc51089d63.tar.bz2 librewolf-linux-b9fd2f527605d3252a87b1f57346a7cc51089d63.zip |
v80.0.1
Diffstat (limited to 'binary_tarball/scripts/3_Configure_Source_Code.sh')
-rwxr-xr-x | binary_tarball/scripts/3_Configure_Source_Code.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/binary_tarball/scripts/3_Configure_Source_Code.sh b/binary_tarball/scripts/3_Configure_Source_Code.sh index ae34231..021220c 100755 --- a/binary_tarball/scripts/3_Configure_Source_Code.sh +++ b/binary_tarball/scripts/3_Configure_Source_Code.sh @@ -21,6 +21,7 @@ cd $srcdir cat >${CI_PROJECT_DIR}/mozconfig <<END ac_add_options --enable-application=browser +mk_add_options MOZ_OBJDIR=${PWD@Q}/obj # to build on ubuntu and pick up clang ac_add_options NODEJS=/usr/lib/nodejs-mozilla/bin/node @@ -117,10 +118,6 @@ patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/build-with-libstdc++-7.patch" patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/fix-armhf-webrtc-build.patch" patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/webrtc-fix-compiler-flags-for-armhf.patch" -# https://bugzilla.mozilla.org/show_bug.cgi?id=1654465 -wget https://raw.githubusercontent.com/archlinux/svntogit-packages/master/firefox/repos/extra-x86_64/bug1654465.diff -O ${CI_PROJECT_DIR}/bug1654465.diff -patch -p1 -i ${CI_PROJECT_DIR}/bug1654465.diff - # Remove some pre-installed addons that might be questionable patch -p1 -i ${CI_PROJECT_DIR}/remove_addons.patch |