summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5267ac3983ca..c7be6630684e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=intel-gpa-bin
url='https://www.intel.com/content/www/us/en/developer/tools/graphics-performance-analyzers/download.html'
-pkgrel=3
+pkgrel=4
pkgver=23.2.1686276958
options=(!strip)
arch=('x86_64')
@@ -55,6 +55,9 @@ package() {
# swy: don't hide the error/warning logging when running on a terminal
sed -i -e 's|> /dev/null 2>&1||g' ${pkgdir}/usr/bin/gpa-*
+ # swy: strip out the whole forced opt-in Google Analytics functionality
+ rm -rf "${pkgdir}/opt/intel/gpa/IntelAnalytics"
+
# swy: fix the crash at startup on AMD CPUs: terminate called after throwing an instance of 'CpuEnumerator::InconsistentProcessAffinity'
# what(): This process is restricted and not able to run on all logical processors managed by OS
# function by skipping the affinity core loop altogether, patch the