summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-02-21 11:21:43 -0500
committerJosh Boyer <jwboyer@redhat.com>2013-02-21 11:21:43 -0500
commit2192022f4bf13b30e389e77170da7ae08fd28ecf (patch)
tree6cc0c710333f58de5b38f571194a6946d3f83291 /kernel.spec
parent0b030fad7e5b5c451b6bd34ff9b7d37f6687a700 (diff)
downloadkernel-2192022f4bf13b30e389e77170da7ae08fd28ecf.tar.gz
kernel-2192022f4bf13b30e389e77170da7ae08fd28ecf.tar.xz
kernel-2192022f4bf13b30e389e77170da7ae08fd28ecf.zip
Shut up perf about missing build things we don't care about
- Drop the old aic7xxx driver, from Paul Bolle
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 34bf95e73..4e063c36b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -1816,7 +1816,7 @@ BuildKernel %make_target %kernel_image smp
%endif
%global perf_make \
- make %{?_smp_mflags} -C tools/perf -s V=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix}
+ make %{?_smp_mflags} -C tools/perf -s V=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_LIBNUMA=1 NO_STRLCPY=1 prefix=%{_prefix}
%if %{with_perf}
# perf
%{perf_make} all
@@ -2298,6 +2298,10 @@ fi
# ||----w |
# || ||
%changelog
+* Thu Feb 21 2013 Josh Boyer <jwboyer@redhat.com>
+- Shut up perf about missing build things we don't care about
+- Drop the old aic7xxx driver, from Paul Bolle
+
* Thu Feb 21 2013 Josh Boyer <jwboyer@redhat.com> - 3.9.0-0.rc0.git2.1
- Linux v3.8-3040-ga0b1c42