sys-fs/xfsprogs: Sync with Gentoo

It's from Gentoo commit 33c22bd38a5813a11680525851fddf0027da9cb2.
This commit is contained in:
Flatcar Buildbot 2024-03-11 07:17:21 +00:00 committed by Krzesimir Nowak
parent 9d806dee9e
commit 1cd79da2a0
2 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,9 @@ src_configure() {
# Avoid automagic on libdevmapper (bug #709694)
export ac_cv_search_dm_task_create=no
# bug 903611
use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
# Build fails with -O3 (bug #712698)
replace-flags -O3 -O2

View File

@ -62,6 +62,9 @@ src_configure() {
# Avoid automagic on libdevmapper (bug #709694)
export ac_cv_search_dm_task_create=no
# bug 903611
use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
# Build fails with -O3 (bug #712698)
replace-flags -O3 -O2