aboutsummaryrefslogtreecommitdiff
path: root/binary_tarball/scripts
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-07-01 14:59:43 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-07-01 18:02:24 +0200
commitfffe3913675f6adb71d4318dda417acf7d7ddd53 (patch)
tree10a24d630e7cb1ca9f9ae88ede182ac10686b4d8 /binary_tarball/scripts
parentfix broken megabar-removal / urlbar (diff)
downloadlibrewolf-linux-fffe3913675f6adb71d4318dda417acf7d7ddd53.tar.gz
librewolf-linux-fffe3913675f6adb71d4318dda417acf7d7ddd53.tar.bz2
librewolf-linux-fffe3913675f6adb71d4318dda417acf7d7ddd53.zip
v78.0.1-1
Diffstat (limited to 'binary_tarball/scripts')
-rwxr-xr-xbinary_tarball/scripts/3_Configure_Source_Code.sh5
-rwxr-xr-xbinary_tarball/scripts/4_Build_Binary_Tarball.sh2
2 files changed, 1 insertions, 6 deletions
diff --git a/binary_tarball/scripts/3_Configure_Source_Code.sh b/binary_tarball/scripts/3_Configure_Source_Code.sh
index a7fb24f..457b1b2 100755
--- a/binary_tarball/scripts/3_Configure_Source_Code.sh
+++ b/binary_tarball/scripts/3_Configure_Source_Code.sh
@@ -24,11 +24,6 @@ ac_add_options --enable-application=browser
ac_add_options NODEJS=/usr/lib/nodejs-mozilla/bin/node
ac_add_options NASM=/usr/lib/nasm-mozilla/bin/nasm
-# let's see if this works: make things backwards-compatible as much as possible
-# TODO: check if this would also work when building on something newer to have it run on
-# 16.04/xenial later on as well?
-ac_add_options --enable-stdcxx-compat
-
# This supposedly speeds up compilation (We test through dogfooding anyway)
ac_add_options --disable-tests
ac_add_options --disable-debug
diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh
index 5820519..ad9cf0f 100755
--- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh
+++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh
@@ -61,7 +61,7 @@ rm -f mozconfig
# source /root/.cargo/env
# install cbindgen
-cargo install --version 0.14.2 cbindgen
+cargo install --version 0.14.3 cbindgen
if [[ $CARCH == 'aarch64' ]]; then
bgstack15