Lucene++: rebuild for boost-1.58.
This commit is contained in:
parent
1528edd979
commit
b4906ada56
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'Lucene++'
|
||||
pkgname=Lucene++
|
||||
version=3.0.7
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=LucenePlusPlus-rel_$version
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
|
@ -13,6 +13,10 @@ homepage="https://github.com/luceneplusplus/LucenePlusPlus"
|
|||
distfiles="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${version}.tar.gz"
|
||||
checksum=6c19f203311e4b44a0ccf7b1127db77436eb47159ea1c54f7531a0b1ca585e0c
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/boost::get/boost::relaxed_get/' include/VariantUtils.h
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
# Disable tests
|
||||
echo > CMakeExternal.txt
|
||||
|
|
Loading…
Reference in a new issue