mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user