]> git.pld-linux.org Git - packages/kernel-tools.git/commitdiff
- make sure to enable x86_64 features auto/th/kernel-tools-3.19.3-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 11 Apr 2015 19:51:17 +0000 (21:51 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 11 Apr 2015 19:51:17 +0000 (21:51 +0200)
kernel-tools.spec

index a0b712364a2c35444fd91fa5da14d20e3e9c75a8..04c5d0b390f57b0b11af1a6dc8c17ee71ac0568f 100644 (file)
@@ -247,6 +247,9 @@ CFLAGS="%{rpmcflags}" \
 
 %if %{with perf}
 %{__make} -C tools/perf all man \
+%ifarch %{x8664}
+       IS_X86_64=1 \
+%endif
        %{!?with_gtk:NO_GTK2=1} \
        %{!?with_libunwind:NO_LIBUNWIND=1} \
        %{makeopts} \
@@ -323,6 +326,9 @@ install -p turbostat $RPM_BUILD_ROOT%{_bindir}/turbostat
 %if %{with perf}
 %{__make} -j1 install install-man \
        -C tools/perf \
+%ifarch %{x8664}
+       IS_X86_64=1 \
+%endif
        %{!?with_gtk:NO_GTK2=1} \
        %{!?with_libunwind:NO_LIBUNWIND=1} \
        CC="%{__cc}" \
This page took 0.042796 seconds and 4 git commands to generate.