mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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>
This commit is contained in:
committed by
David Seifert
parent
b622a2ec93
commit
184b841fc8
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user