diff --git a/binary_tarball/scripts/1_Install_Dependencies.sh b/binary_tarball/scripts/1_Install_Dependencies.sh index 9bbb637..5ba25c0 100755 --- a/binary_tarball/scripts/1_Install_Dependencies.sh +++ b/binary_tarball/scripts/1_Install_Dependencies.sh @@ -17,4 +17,4 @@ DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common apt-tra apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main" DEBIAN_FRONTEND=noninteractive wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add DEBIAN_FRONTEND=noninteractive apt-get update -DEBIAN_FRONTEND=noninteractive apt-get -y install clang-9 +DEBIAN_FRONTEND=noninteractive apt-get -y install clang-9 libclang-9-dev diff --git a/binary_tarball/scripts/3_Configure_Source_Code.sh b/binary_tarball/scripts/3_Configure_Source_Code.sh index 5911412..1707ebd 100755 --- a/binary_tarball/scripts/3_Configure_Source_Code.sh +++ b/binary_tarball/scripts/3_Configure_Source_Code.sh @@ -42,17 +42,17 @@ export RANLIB=llvm-ranlib-9 # Branding ac_add_options --enable-update-channel=release -ac_add_options --with-app-name=${pkgname} -ac_add_options --with-app-basename=${_pkgname} -ac_add_options --with-branding=browser/branding/${pkgname} -ac_add_options --with-distribution-id=io.gitlab.${pkgname} +ac_add_options --with-app-name=librewolf +ac_add_options --with-app-basename=LibreWolf +ac_add_options --with-branding=browser/branding/librewolf +ac_add_options --with-distribution-id=io.gitlab.librewolf ac_add_options --with-unsigned-addon-scopes=app,system ac_add_options --allow-addon-sideload export MOZ_REQUIRE_SIGNING=0 # System libraries -ac_add_options --with-system-nspr -ac_add_options --with-system-nss +# ac_add_options --with-system-nspr +# ac_add_options --with-system-nss # Features ac_add_options --enable-alsa