diff options
author | Joe Kappus <joe@wt.gd> | 2023-02-07 02:09:20 -0500 |
---|---|---|
committer | Joe Kappus <joe@wt.gd> | 2023-02-07 02:09:20 -0500 |
commit | f6002f72da23a5bd98f0fc909988b1963cacb556 (patch) | |
tree | 6aeaf31c2b1fb5a20ad11908a56c311199793fbd /sys-power | |
parent | www-client/nyxt: drop 3_pre20230131 (diff) | |
download | guru-f6002f72da23a5bd98f0fc909988b1963cacb556.tar.gz guru-f6002f72da23a5bd98f0fc909988b1963cacb556.tar.bz2 guru-f6002f72da23a5bd98f0fc909988b1963cacb556.zip |
sys-power/linux-tools-power-x86: 6.1 adjust cflag patch
shuts up QA
Closes: https://bugs.gentoo.org/893266
Signed-off-by: Joe Kappus <joe@wt.gd>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.1-cflags.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.1-cflags.patch b/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.1-cflags.patch index d0072fe5d..499bbce0d 100644 --- a/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.1-cflags.patch +++ b/sys-power/linux-tools-power-x86/files/linux-tools-power-x86-6.1-cflags.patch @@ -6,7 +6,7 @@ diff -urN a/tools/power/x86/intel-speed-select/Makefile b/tools/power/x86/intel- # (this improves performance and avoids hard-to-debug behaviour); MAKEFLAGS += -r -override CFLAGS += -O2 -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include -I/usr/include/libnl3 -+override CFLAGS += -Wall -g -D_GNU_SOURCE -I$(OUTPUT)include -I/usr/include/libnl3 ++override CFLAGS += -Wall -D_GNU_SOURCE -I$(OUTPUT)include -I/usr/include/libnl3 override LDFLAGS += -lnl-genl-3 -lnl-3 ALL_TARGETS := intel-speed-select @@ -25,12 +25,12 @@ diff -urN a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makef diff -urN a/tools/power/x86/x86_energy_perf_policy/Makefile b/tools/power/x86/x86_energy_perf_policy/Makefile --- a/tools/power/x86/x86_energy_perf_policy/Makefile 2022-12-11 17:15:18.000000000 -0500 +++ b/tools/power/x86/x86_energy_perf_policy/Makefile 2023-02-04 05:47:25.962523488 -0500 -@@ -9,7 +9,7 @@ +@@ -9,7 +9,6 @@ endif x86_energy_perf_policy : x86_energy_perf_policy.c -override CFLAGS += -O2 -Wall -I../../../include +override CFLAGS += -Wall -I../../../include override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"' - override CFLAGS += -D_FORTIFY_SOURCE=2 +-override CFLAGS += -D_FORTIFY_SOURCE=2 |