From 71ab9fa61df4d55acdef90769e8f9238c38cbce7 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 9 Sep 2019 07:54:13 -0400 Subject: [PATCH] use bundled zlib here (ugh) --- chromium.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chromium.spec b/chromium.spec index 9c129514..5b07016c 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1302,8 +1302,12 @@ build/linux/unbundle/replace_gn_files.py --system-libraries \ %else re2 \ %endif +%if %{bundleminizip} + yasm +%else yasm \ zlib +%endif # fix arm gcc sed -i 's|arm-linux-gnueabihf-|arm-linux-gnu-|g' build/toolchain/linux/BUILD.gn