commit 71ab9fa61df4d55acdef90769e8f9238c38cbce7
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Mon Sep 9 07:54:13 2019 -0400
use bundled zlib here (ugh)
chromium.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/chromium.spec b/chromium.spec
index 9c12951..5b07016 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