summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-11-23 16:30:39 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-11-23 16:30:58 +0000
commitc58eec149a78107b30fc37539f729bd054597b41 (patch)
treed2b5f5f0c554cb95d6301b28a2ee4cd10788c059 /dev-libs/elfutils
parentsys-kernel/gentoo-sources: amd64 stable (bug #671688) (diff)
downloadgentoo-c58eec149a78107b30fc37539f729bd054597b41.tar.gz
gentoo-c58eec149a78107b30fc37539f729bd054597b41.tar.bz2
gentoo-c58eec149a78107b30fc37539f729bd054597b41.zip
dev-libs/elfutils: add upstream reference to s/-Werror// hack
Bug: https://sourceware.org/PR23914 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r--dev-libs/elfutils/elfutils-0.175.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/elfutils/elfutils-0.175.ebuild b/dev-libs/elfutils/elfutils-0.175.ebuild
index bd9d2f1dac75..39a57eb90c12 100644
--- a/dev-libs/elfutils/elfutils-0.175.ebuild
+++ b/dev-libs/elfutils/elfutils-0.175.ebuild
@@ -31,6 +31,7 @@ src_prepare() {
if ! use static-libs; then
sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die
fi
+ # https://sourceware.org/PR23914
sed -i 's:-Werror::' */Makefile.in || die
}