wok-next diff xapian/receipt @ rev 20867
pinta: fix build
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jul 02 00:18:34 2018 +0300 (2018-07-02) |
parents | 10df65db91ad |
children | cd7906120828 |
line diff
1.1 --- a/xapian/receipt Thu Apr 19 13:15:41 2018 +0300 1.2 +++ b/xapian/receipt Mon Jul 02 00:18:34 2018 +0300 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="xapian" 1.7 -VERSION="1.4.4" 1.8 +VERSION="1.4.5" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="The open source search engine" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://xapian.org/" 1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/xapian.html" 1.15 1.16 TARBALL="xapian-core-$VERSION.tar.xz" 1.17 WGET_URL="http://oligarchy.co.uk/xapian/$VERSION/$TARBALL" 1.18 @@ -15,7 +16,9 @@ 1.19 SPLIT="xapian-dev" 1.20 1.21 compile_rules() { 1.22 - ./configure $CONFIGURE_ARGS && 1.23 + ./configure \ 1.24 + --disable-static \ 1.25 + $CONFIGURE_ARGS && 1.26 fix libtool && 1.27 make && 1.28 make install