forked from AUR/firedragon
Add patch to disable pip check
This commit is contained in:
parent
703048cedd
commit
8106ea66ec
3
PKGBUILD
3
PKGBUILD
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user