mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/libreoffice-fresh: fix
This commit is contained in:
parent
a25ea5e340
commit
ef56cc63c1
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue