Update package version to 150.0.7871.46
This commit is contained in:
@@ -39,6 +39,17 @@ prepare() {
|
||||
|
||||
patch -Np1 -i "$BPM_WORKDIR"/chromium-149-use-of-undeclared-identifier-ERROR.patch
|
||||
|
||||
# Fix issue about missing AR file
|
||||
# Credit: https://github.com/ungoogled-software/ungoogled-chromium/pull/3837
|
||||
patch -Np1 -i "$BPM_WORKDIR"/chromium-150-fix-ar-unbundle.patch
|
||||
|
||||
# Fix issue about missing sysroot path
|
||||
# Credit: https://github.com/ungoogled-software/ungoogled-chromium/pull/3837#issuecomment-4836756738
|
||||
patch -Np1 -i "$BPM_WORKDIR"/chromium-150-fix-sysroot-path-error.patch
|
||||
|
||||
# Fix issue about missing AVX functions
|
||||
# Credit: https://github.com/ungoogled-software/ungoogled-chromium/pull/3837
|
||||
patch -Np1 -i "$BPM_WORKDIR"/chromium-150-revert-avx-flag-change.patch
|
||||
|
||||
# Allow building against system libraries in official builds
|
||||
sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' tools/generate_shim_headers/generate_shim_headers.py
|
||||
|
||||
Reference in New Issue
Block a user