diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-01 21:43:27 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-01 21:43:27 +0100 |
commit | 184b841fc8a4cf9921cff268f94f1df4c2e97b73 (patch) | |
tree | b9a9827a85096e350f133bcc99747bca530ba179 /sys-block | |
parent | kernel-2.eclass: Handle stricter bash 5.1 expansion rules (diff) | |
download | gentoo-184b841fc8a4cf9921cff268f94f1df4c2e97b73.tar.gz gentoo-184b841fc8a4cf9921cff268f94f1df4c2e97b73.tar.bz2 gentoo-184b841fc8a4cf9921cff268f94f1df4c2e97b73.zip |
sys-block/tgt: Remove Werror
Closes: https://github.com/gentoo/gentoo/pull/18901
Closes: https://bugs.gentoo.org/762949
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/tgt/tgt-1.0.79.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-block/tgt/tgt-1.0.79.ebuild b/sys-block/tgt/tgt-1.0.79.ebuild index a014556fa53f..961f8dd234c7 100644 --- a/sys-block/tgt/tgt-1.0.79.ebuild +++ b/sys-block/tgt/tgt-1.0.79.ebuild @@ -41,6 +41,7 @@ src_prepare() { sed -i -e 's:\($(CC)\) $^:\1 $(LDFLAGS) $^:' usr/Makefile || die # make sure xml docs are generated before trying to install them sed -i -e "s@install: @& all @g" doc/Makefile || die + sed -i -e 's|-Werror||g' usr/Makefile || die } src_compile() { |