summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52611395fe92..776076cda506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=chromium-ozone-wayland-git
pkgver=74.0.3703.0+24+5c0e21aca5
-pkgrel=1
+pkgrel=2
_launcher_ver=6
pkgdesc="Chromium built from the Igalia fork with experimental Wayland support via Ozone"
arch=('x86_64')
@@ -136,6 +136,10 @@ prepare() {
build/config/compiler/BUILD.gn
sed -i \
+ -e '/"-Qunused-arguments"/d' \
+ build/config/compiler/BUILD.gn
+
+ sed -i \
-e '/"-fPIC"/d' \
build/config/compiler/BUILD.gn