probably not needed as the file open api of qhull is not available in python
Forwarded: no
Patch-Name: qhull-lfs.patch
Gbp-Pq: Name qhull-lfs.patch
config.add_extension('_qhull',
sources=['_qhull.c', 'qhull_misc.c'] + qhull_src,
**cfg)
+ cfg.setdefault('define_macros', []).append(('_FILE_OFFSET_BITS','64'))
+ cfg.setdefault('define_macros', []).append(('_LARGEFILE_SOURCE','1'))
+ cfg.setdefault('define_macros', []).append(('_LARGEFILE64_SOURCE','1'))
# cKDTree
ckdtree_src = ['query.cxx',