sys-power/nut: drop redundant -fno-lto

filter-lto should be sufficient (though it has no comment describing why it's there
either)

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-24 08:10:12 +00:00
parent 971b87ad25
commit b864017aa6
3 changed files with 3 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -122,7 +122,6 @@ src_configure() {
)
filter-lto
append-flags -fno-lto
tc-export CC CXX AR
use cgi && myeconfargs+=( --with-cgipath=/usr/share/nut/cgi )

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -151,7 +151,6 @@ src_configure() {
)
filter-lto
append-flags -fno-lto
tc-export CC CXX AR
use cgi && myeconfargs+=( --with-cgipath=/usr/share/nut/cgi )

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -151,7 +151,6 @@ src_configure() {
)
filter-lto
append-flags -fno-lto
tc-export CC CXX AR
use cgi && myeconfargs+=( --with-cgipath=/usr/share/nut/cgi )