wok-next diff tokyocabinet/receipt @ rev 18926

Add lz5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 25 14:32:25 2016 +0100 (2016-02-25)
parents 76b72f1ad63c
children 0a667524ce79
line diff
     1.1 --- a/tokyocabinet/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/tokyocabinet/receipt	Thu Feb 25 14:32:25 2016 +0100
     1.3 @@ -16,8 +16,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.9 +	./configure --prefix=/usr \
    1.10 +		--enable-off64 \
    1.11 +		$CONFIGURE_ARGS &&
    1.12  	make &&
    1.13  	make DESTDIR=$DESTDIR install
    1.14  }