mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
flightgear: fix build on 32bit
This commit is contained in:
parent
c41fdb59a1
commit
56140a4472
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|||
configure_args+=" -DCMAKE_EXE_LINKER_FLAGS=-lexecinfo"
|
||||
fi
|
||||
|
||||
CXXFLAGS=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||
|
||||
post_extract() {
|
||||
mv flightgear-$version/* .
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue