Update xapian dependency to 1.4.2.

The patch `xapian_no_hardcode_lz.patch` is not necessary anymore.

Fix #15.
This commit is contained in:
Matthieu Gautier
2017-03-06 18:29:22 +01:00
parent c092c106f5
commit 2b4a7726ea
2 changed files with 4 additions and 39 deletions

View File

@ -781,13 +781,12 @@ class UUID(Dependency):
class Xapian(Dependency):
name = "xapian-core"
version = "1.4.0"
version = "1.4.2"
class Source(ReleaseDownload):
archive = Remotefile('xapian-core-1.4.0.tar.xz',
'10584f57112aa5e9c0e8a89e251aecbf7c582097638bfee79c1fe39a8b6a6477')
patches = ["xapian_pkgconfig.patch",
"xapian_no_hardcode_lz.patch"]
archive = Remotefile('xapian-core-1.4.2.tar.xz',
'aec2c4352998127a2f2316218bf70f48cef0a466a87af3939f5f547c5246e1ce')
patches = ["xapian_pkgconfig.patch"]
class Builder(MakeBuilder):
configure_option = "--disable-sse --disable-backend-inmemory --disable-documentation"