Force building cmake with LFS support on qemu

Bug: https://bugs.gentoo.org/686502
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-01-15 23:45:10 +02:00
parent b42197cbec
commit 00c4af1794
No known key found for this signature in database
GPG key ID: 8C9260C6F6D7A310
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64"
CXXFLAGS="${CXXFLAGS} -D_FILE_OFFSET_BITS=64"

View file

@ -0,0 +1 @@
dev-util/cmake forcelfs