commit d0e13ec9ec5c8385eafe01cd5307918e7b57f82d
Author: Jan RÄ™korajski <[email protected]>
Date:   Wed Jun 12 00:02:20 2013 +0200

    - disable -Werror for perf-tools because of perl headers gcc doesn't like
    - rel 3

 kernel-tools.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/kernel-tools.spec b/kernel-tools.spec
index d0ea038..8bbfb2f 100644
--- a/kernel-tools.spec
+++ b/kernel-tools.spec
@@ -6,7 +6,7 @@
 %bcond_without verbose         # verbose build (V=1)
 %bcond_without perf            # perf tools
 
-%define                rel             2
+%define                rel             3
 %define                basever 3.9
 %define                postver .5
 Summary:       Assortment of tools for the Linux kernel
@@ -245,6 +245,7 @@ install -d $PWD/perf-{slang,gtk}
        NO_GTK2=1 \
        %{makeopts} \
        CFLAGS_OPTIMIZE="%{rpmcflags}" \
+       WERROR=0 \
        prefix=%{_prefix} \
        perfexecdir=%{_datadir}/perf-core \
        template_dir=%{_datadir}/perf-core/templates
@@ -254,6 +255,7 @@ install -d $PWD/perf-{slang,gtk}
        O=$PWD/perf-gtk \
        %{makeopts} \
        CFLAGS_OPTIMIZE="%{rpmcflags}" \
+       WERROR=0 \
        prefix=%{_prefix} \
        perfexecdir=%{_datadir}/perf-core \
        template_dir=%{_datadir}/perf-core/templates
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel-tools.git/commitdiff/d0e13ec9ec5c8385eafe01cd5307918e7b57f82d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to