extra/libreoffice-fresh: fix

This commit is contained in:
Kevin Mihelich 2024-02-02 20:12:16 +00:00
parent a25ea5e340
commit ef56cc63c1

View file

@ -5,6 +5,7 @@
# - disable firebird until libfbclient is updated
# - specify a US mirror
# - remove --enable-lto
# - add -D_FILE_OFFSET_BITS=64 to CPPFLAGS for v7
highmem=1
@ -158,6 +159,7 @@ prepare() {
export ARCH_FLAGS
export CFLAGS="$ARCH_FLAGS"
export CXXFLAGS="$ARCH_FLAGS"
export CPPFLAGS+=" -D_FILE_OFFSET_BITS=64"
}
build() {