mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit b11c7460abd9916be76f8831466d5cc63bd079bf.
This commit is contained in:
parent
f7b90d29f0
commit
a53ccc3b4e
@ -1,9 +1,9 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit flag-o-matic systemd usr-ldscript
|
inherit flag-o-matic systemd usr-ldscript toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="XFS filesystem utilities"
|
DESCRIPTION="XFS filesystem utilities"
|
||||||
HOMEPAGE="https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/"
|
HOMEPAGE="https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/"
|
||||||
@ -75,7 +75,7 @@ src_configure() {
|
|||||||
$(use_enable libedit editline)
|
$(use_enable libedit editline)
|
||||||
)
|
)
|
||||||
|
|
||||||
if is-flagq -flto ; then
|
if tc-is-lto ; then
|
||||||
myconf+=( --enable-lto )
|
myconf+=( --enable-lto )
|
||||||
else
|
else
|
||||||
myconf+=( --disable-lto )
|
myconf+=( --disable-lto )
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit flag-o-matic systemd usr-ldscript
|
inherit flag-o-matic systemd usr-ldscript toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="XFS filesystem utilities"
|
DESCRIPTION="XFS filesystem utilities"
|
||||||
HOMEPAGE="https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/"
|
HOMEPAGE="https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/"
|
||||||
@ -76,7 +76,7 @@ src_configure() {
|
|||||||
$(use_enable libedit editline)
|
$(use_enable libedit editline)
|
||||||
)
|
)
|
||||||
|
|
||||||
if is-flagq -flto ; then
|
if tc-is-lto ; then
|
||||||
myconf+=( --enable-lto )
|
myconf+=( --enable-lto )
|
||||||
else
|
else
|
||||||
myconf+=( --disable-lto )
|
myconf+=( --disable-lto )
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit flag-o-matic systemd udev usr-ldscript
|
inherit flag-o-matic systemd udev usr-ldscript toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="XFS filesystem utilities"
|
DESCRIPTION="XFS filesystem utilities"
|
||||||
HOMEPAGE="https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/"
|
HOMEPAGE="https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/"
|
||||||
@ -77,7 +77,7 @@ src_configure() {
|
|||||||
$(use_enable libedit editline)
|
$(use_enable libedit editline)
|
||||||
)
|
)
|
||||||
|
|
||||||
if is-flagq -flto ; then
|
if tc-is-lto ; then
|
||||||
myconf+=( --enable-lto )
|
myconf+=( --enable-lto )
|
||||||
else
|
else
|
||||||
myconf+=( --disable-lto )
|
myconf+=( --disable-lto )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user