Fix for the 2GB ZIM file limit

This commit is contained in:
kelson42 2013-04-09 21:00:22 +02:00
parent 1baf2c77f6
commit 3bdcb33afb
4 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ for arch in ARCHS:
]
src_dir = os.path.join(LIBZIM_SRC, 'src')
compile_cmd = ('g++ -fPIC -c -D_FILE_OFFSET_BITS=64 '
compile_cmd = ('g++ -fPIC -c -D_FILE_OFFSET_BITS=64 -DHAVE_LSEEK64 '
'-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE '
'-B%(platform)s/sysroot '
'%(source_files)s -I%(include_paths)s '

Binary file not shown.

Binary file not shown.

Binary file not shown.