wok diff tokyocabinet/receipt @ rev 19701

Up: slitaz-tools and slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 14 12:11:41 2017 +0100 (2017-02-14)
parents 76b72f1ad63c
children 86790a278e70
line diff
     1.1 --- a/tokyocabinet/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/tokyocabinet/receipt	Tue Feb 14 12:11:41 2017 +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  }