[arch-commits] Commit in linux-tools/trunk (PKGBUILD)
    Evangelos Foutras 
    foutrelis at gemini.archlinux.org
       
    Mon May 30 15:31:22 UTC 2022
    
    
  
    Date: Monday, May 30, 2022 @ 15:31:22
  Author: foutrelis
Revision: 1216424
Add the same -Wno-error= flags to make install too
Modified:
  linux-tools/trunk/PKGBUILD
----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-30 15:29:17 UTC (rev 1216423)
+++ PKGBUILD	2022-05-30 15:31:22 UTC (rev 1216424)
@@ -178,6 +178,7 @@
     prefix=/usr \
     lib=lib/perf \
     perfexecdir=lib/perf \
+    EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
     NO_SDT=1 \
     PYTHON=python \
     PYTHON_CONFIG=python-config \
    
    
More information about the arch-commits
mailing list