commit 869a262aa8b9d4916c2a6634d9a60b518a7cbf94
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Sun Jun 23 18:30:33 2019 +0530
Don't use static libstdc++ , It causes problems.
chromium-vaapi.spec | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 64a2c98..4b9ea41 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -467,12 +467,9 @@ find -depth -type f -writable -name "*.py" -exec sed -iE
'1s=^#! */usr/bin/\(pyt
sed -i 's|//third_party/usb_ids|/usr/share/hwdata|g' device/usb/BUILD.gn
+# Don't use static libstdc++
+sed -i '/-static-libstdc++/d' tools/gn/build/gen.py
-
-# Remove compiler flags not supported by our system clang
- sed -i \
- -e '/"-Wno-ignored-pragma-optimize"/d' \
- build/config/compiler/BUILD.gn
rmdir third_party/markupsafe
ln -s %{python2_sitearch}/markupsafe third_party/markupsafe
Show replies by date