Update package version to 148.0.7778.167
This commit is contained in:
@@ -34,20 +34,32 @@ prepare() {
|
||||
|
||||
patch -Np1 -i "$BPM_WORKDIR"/dont_require_profiler_builtins.rlib.patch
|
||||
|
||||
# Causes a build failure with our clang version
|
||||
patch -Np1 -i "$BPM_WORKDIR"/chromium-148-revert-clang-fsanitize-return-flag-1.patch
|
||||
patch -Np1 -i "$BPM_WORKDIR"/chromium-148-revert-clang-fsanitize-return-flag-2.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
|
||||
|
||||
# Link to system tools required by the build
|
||||
mkdir -p third_party/node/linux/node-linux-x64/bin third_party/jdk/current/bin
|
||||
mkdir -p third_party/node/linux/node-linux-x64/bin \
|
||||
third_party/rust-toolchain/bin \
|
||||
third_party/jdk/current/bin
|
||||
|
||||
ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
|
||||
ln -s /usr/bin/rustc third_party/rust-toolchain/bin/
|
||||
ln -s /usr/bin/java third_party/jdk/current/bin/
|
||||
|
||||
# Use system gperf binary
|
||||
rm -f third_party/gperf/cipd/bin/gperf
|
||||
ln -s /usr/bin/gperf third_party/gperf/cipd/bin/
|
||||
|
||||
local _system_libs=(
|
||||
brotli
|
||||
flac
|
||||
fontconfig
|
||||
freetype
|
||||
harfbuzz-ng
|
||||
harfbuzz
|
||||
libjpeg
|
||||
libwebp
|
||||
libxml
|
||||
|
||||
Reference in New Issue
Block a user