wok diff tokyocabinet/receipt @ rev 19446
dillo: add stuff/fltk-1.3.3.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 15 18:21:21 2016 +0200 (2016-10-15) |
parents | 76b72f1ad63c |
children | 86790a278e70 |
line diff
1.1 --- a/tokyocabinet/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/tokyocabinet/receipt Sat Oct 15 18:21:21 2016 +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 }