summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjk <jk@vin.ovh>2021-05-02 12:34:11 -0500
committerjk <jk@vin.ovh>2021-05-02 12:34:11 -0500
commit6a6edde4d96aea863784b334a7a05d88755c3d24 (patch)
treeed06a124adeecb0c5df901e0f133d0d0871a0de2 /PKGBUILD
parent65ebc7f1f6f8b826fbe3c059fcfc9f0961ef5fd4 (diff)
downloadungoogled-chromium-6a6edde4d96aea863784b334a7a05d88755c3d24.tar.gz
ungoogled-chromium-6a6edde4d96aea863784b334a7a05d88755c3d24.tar.bz2
ungoogled-chromium-6a6edde4d96aea863784b334a7a05d88755c3d24.zip
upgpkg: ungoogled-chromium 90.0.4430.93-1
upstream release, also cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e736a6..e20af03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -189,8 +189,6 @@ build() {
# -fcf-protection breaks some third_party libraries
CFLAGS=${CFLAGS/-fcf-protection}
CXXFLAGS="$CFLAGS"
- #CFLAGS=$(printf '%s\n' "${CFLAGS//-fcf-protection/}")
- #CXXFLAGS="$CFLAGS"
# Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)
CFLAGS+=' -Wno-builtin-macro-redefined'