mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
sci-libs/libdap: mark as LTO-unsafe, strict-aliasing unsafe
Closes: https://bugs.gentoo.org/878895 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -36,6 +36,12 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# -Werror=lto, -Werror=strict-aliasing
|
||||
# https://bugs.gentoo.org/878895
|
||||
# https://github.com/OPENDAP/libdap4/issues/244
|
||||
append-flags -fno-strict-aliasing
|
||||
filter-lto
|
||||
|
||||
# bug 619144
|
||||
append-cxxflags -std=c++14
|
||||
|
||||
|
||||
Reference in New Issue
Block a user