mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/lttng-tools: explicitly disable -Werror
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -41,7 +41,9 @@ src_configure() {
|
||||
# bug 906928
|
||||
use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
|
||||
|
||||
econf $(usex ust "" --without-lttng-ust)
|
||||
econf \
|
||||
$(usex ust "" --without-lttng-ust) \
|
||||
--disable-Werror
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -52,7 +52,9 @@ src_configure() {
|
||||
# bug 906928
|
||||
use elibc_musl && append-cppflags -D_LARGEFILE64_SOURCE
|
||||
|
||||
econf $(usex ust "" --without-lttng-ust)
|
||||
econf \
|
||||
$(usex ust "" --without-lttng-ust) \
|
||||
--disable-Werror
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user