wok-next
diff db/receipt @ rev 13820
thunderbird: limit long (was create > 100G !)
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Sun Jan 06 21:18:32 2013 +0100 (2013-01-06) |
parents |
65940fb0441b |
children |
6c3718ca17b6 |
line diff
1.1 --- a/db/receipt Mon Jun 04 00:47:21 2012 +0200
1.2 +++ b/db/receipt Sun Jan 06 21:18:32 2013 +0100
1.3 @@ -20,6 +20,7 @@
1.4 cd $src/build_unix
1.5 ../dist/configure \
1.6 --enable-compat185 \
1.7 + --enable-dbm \
1.8 $CONFIGURE_ARGS &&
1.9 make && make install
1.10 }