mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Add a patch to allow compilation of xapian on android.
This commit is contained in:
@ -14,7 +14,10 @@ class Xapian(Dependency):
|
||||
class Source(ReleaseDownload):
|
||||
archive = Remotefile('xapian-core-1.4.10.tar.xz',
|
||||
'68669327e08544ac88fe3473745dbcae4e8e98d5060b436c4d566f1f78709bb8')
|
||||
patches = ['xapian_sys_types.patch']
|
||||
patches = [
|
||||
'xapian_sys_types.patch',
|
||||
'xapian_fix_include_errno.patch'
|
||||
]
|
||||
|
||||
class Builder(MakeBuilder):
|
||||
configure_option = "--disable-sse --disable-backend-chert --disable-backend-inmemory --disable-documentation"
|
||||
|
Reference in New Issue
Block a user