summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-04-08 14:33:35 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2022-04-08 14:33:35 +0200
commit07a173f787d600c7cda96705eaf1c088ddb6b1b0 (patch)
tree00b10186fce663e9c0790b7238be48bc33fcef9d
parent2a4d401fb0a907236ac398885c25638b49547034 (diff)
parent57693bbcf87a65b16627f5a9e1f561b868cad747 (diff)
downloadkernel-07a173f787d600c7cda96705eaf1c088ddb6b1b0.tar.gz
kernel-07a173f787d600c7cda96705eaf1c088ddb6b1b0.tar.xz
kernel-07a173f787d600c7cda96705eaf1c088ddb6b1b0.zip
Merge remote-tracking branch 'origin/rawhide' into rawhide-user-thl-vanilla-fedora
-rwxr-xr-xkernel.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 2a33743c9..61984196f 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -2252,7 +2252,7 @@ chmod +x tools/power/cpupower/utils/version-gen.sh
%{tools_make}
popd
pushd tools/power/x86/intel-speed-select
- %{make} CFLAGS+="-D_GNU_SOURCE -Iinclude -I/usr/include/libnl3
+ %{make} CFLAGS+="-D_GNU_SOURCE -Iinclude -I/usr/include/libnl3"
popd
%endif
%endif
@@ -2517,7 +2517,7 @@ install -m644 %{SOURCE2001} %{buildroot}%{_sysconfdir}/sysconfig/cpupower
%{tools_make} DESTDIR=%{buildroot} install
popd
pushd tools/power/x86/intel-speed-select
- %{tools_make} CFLAGS+="-D_GNU_SOURCE -Iinclude -I/usr/include/libnl" DESTDIR=%{buildroot} install
+ %{tools_make} CFLAGS+="-D_GNU_SOURCE -Iinclude -I/usr/include/libnl3" DESTDIR=%{buildroot} install
popd
%endif
pushd tools/thermal/tmon