projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dfa145
)
app-arch/gzip: disable -Werror, bug #663928
author
Sergei Trofimovich
<slyfox@gentoo.org>
Sun, 14 Oct 2018 10:14:27 +0000
(11:14 +0100)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Sun, 14 Oct 2018 10:20:06 +0000
(11:20 +0100)
Bug: https://bugs.gentoo.org/663928
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-arch/gzip/gzip-1.9.ebuild
patch
|
blob
|
history
diff --git
a/app-arch/gzip/gzip-1.9.ebuild
b/app-arch/gzip/gzip-1.9.ebuild
index 5bfc0488effc666e1d2468ef0384728bc3d1d49e..d8bd176b4eafd712b54c80d81135fb60585b3aba 100644
(file)
--- a/
app-arch/gzip/gzip-1.9.ebuild
+++ b/
app-arch/gzip/gzip-1.9.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-2018 Gentoo
Foundation
+# Copyright 1999-2018 Gentoo
Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-24,7
+24,7
@@
src_configure() {
use static && append-flags -static
# avoid text relocation in gzip
use pic && export DEFS="NO_ASM"
- econf
+ econf
--disable-gcc-warnings #663928
}
src_install() {