Add patch to disable pip check

This commit is contained in:
dr460nf1r3 2021-12-22 17:02:16 +01:00
parent 703048cedd
commit 8106ea66ec
No known key found for this signature in database
GPG Key ID: B5C20B53B5FB19ED

View File

@ -133,10 +133,11 @@ prepare() {
# Add warning that sanitizing exceptions are bypassed by the options in History > Clear History when LibreWolf closes > Settings # Add warning that sanitizing exceptions are bypassed by the options in History > Clear History when LibreWolf closes > Settings
patch -Np1 -i ${_patches_dir}/librewolf-ui/sanitizing-description.patch patch -Np1 -i ${_patches_dir}/librewolf-ui/sanitizing-description.patch
echo "---- Fixing build with Wayland" echo "---- Fixing build issues"
# Needed patch to have build working # Needed patch to have build working
patch -Np1 -i ${_patches_dir}/misc/fix-wayland.patch patch -Np1 -i ${_patches_dir}/misc/fix-wayland.patch
patch -Np1 -i ${_patches_dir}/misc/fix-wl_proxy_marshal_flags.patch patch -Np1 -i ${_patches_dir}/misc/fix-wl_proxy_marshal_flags.patch
patch -Np1 -i ${_patches_dir}/misc/firefox-95-diable-pip-check.patch
cat >../mozconfig <<END cat >../mozconfig <<END
ac_add_options --enable-application=browser ac_add_options --enable-application=browser