wok diff tokyocabinet/receipt @ rev 19868

Up: slitaz-configs (5.6) Maybe the one for slitaz 5.0
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 26 22:09:04 2017 +0200 (2017-03-26)
parents 76b72f1ad63c
children 86790a278e70
line diff
     1.1 --- a/tokyocabinet/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/tokyocabinet/receipt	Sun Mar 26 22:09:04 2017 +0200
     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  }