perf: Cancel -Werror compiler option; fixes FTBFS with perl 5.14

svn path=/dists/trunk/linux-2.6/; revision=17601
This commit is contained in:
Ben Hutchings 2011-06-05 22:34:36 +00:00
parent 106fdfd111
commit 03390670e3
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -9,6 +9,9 @@ linux-2.6 (3.0.0~rc1-1~experimental.2) UNRELEASED; urgency=low
[ Aurelien Jarno ]
* [mips,mipsel] Update arch/mips/kernel/i8259.c to fix FTBFS.
[ Ben Hutchings ]
* perf: Cancel -Werror compiler option; fixes FTBFS with perl 5.14
-- Ben Hutchings <ben@decadent.org.uk> Wed, 01 Jun 2011 06:41:14 +0100
linux-2.6 (3.0.0~rc1-1~experimental.1) experimental; urgency=low

2
debian/rules.real vendored
View File

@ -32,7 +32,7 @@ setup_env += DISTRIBUTION_OFFICIAL_BUILD=1 DISTRIBUTION_UPLOADER=$(UPLOADER) DIS
MAKE_CLEAN = $(setup_env) $(MAKE)
MAKE_SELF := $(MAKE) -f debian/rules.real $(MAKEOVERRIDES)
MAKEOVERRIDES =
MAKE_PERF_VARS = prefix=/usr perfexecdir=share/perf_$(VERSION)-core NO_PERL=1 V=2 HAVE_CPLUS_DEMANGLE=1 ARCH=$(DEB_BUILD_ARCH)
MAKE_PERF_VARS = prefix=/usr perfexecdir=share/perf_$(VERSION)-core NO_PERL=1 V=2 HAVE_CPLUS_DEMANGLE=1 ARCH=$(DEB_BUILD_ARCH) EXTRA_WARNINGS=-Wno-error
#
# Targets