[sys-kernel/dracut] sync

This commit is contained in:
Robert Förster 2024-08-27 20:15:09 +02:00
parent e026074dac
commit 441892bc3d
2 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,9 @@ src_configure() {
--enable-dracut-cpio="$(usex dracut-cpio)" --enable-dracut-cpio="$(usex dracut-cpio)"
) )
# this emulates what the build system would be doing without us
append-cflags -D_FILE_OFFSET_BITS=64
tc-export CC PKG_CONFIG tc-export CC PKG_CONFIG
edo ./configure "${myconf[@]}" edo ./configure "${myconf[@]}"

View File

@ -80,6 +80,9 @@ src_configure() {
--enable-dracut-cpio="$(usex dracut-cpio)" --enable-dracut-cpio="$(usex dracut-cpio)"
) )
# this emulates what the build system would be doing without us
append-cflags -D_FILE_OFFSET_BITS=64
tc-export CC PKG_CONFIG tc-export CC PKG_CONFIG
edo ./configure "${myconf[@]}" edo ./configure "${myconf[@]}"