wok-stable rev 4352
db: enable comat185 (thanks allan)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 03 20:24:26 2009 +0200 (2009-10-03) |
parents | 93b40843d3da |
children | 2dbf6030135a |
files | db/receipt |
line diff
1.1 --- a/db/receipt Sat Oct 03 14:08:35 2009 +0000 1.2 +++ b/db/receipt Sat Oct 03 20:24:26 2009 +0200 1.3 @@ -14,17 +14,11 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 -# if [ -L $(which patch) ]; then 1.8 -# echo "Please reinstall patch !" 1.9 -# return 1 1.10 -# fi 1.11 mv $PACKAGE-$VERSION.NC $src 1.12 cd $src 1.13 -# wget http://www.oracle.com/technology/products/berkeley-db/db/update/4.5.20/patch.4.5.20.1 || return 1 1.14 -# [ -f done.patch.4.5.20.1 ] || patch -p0 < patch.4.5.20.1 1.15 -# touch done.patch.4.5.20.1 1.16 cd build_unix 1.17 ../dist/configure \ 1.18 + --enable-compat185 \ 1.19 --prefix=/usr \ 1.20 --infodir=/usr/share/info \ 1.21 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.22 @@ -43,8 +37,3 @@ 1.23 tazwok genpkg $i 1.24 done 1.25 } 1.26 - 1.27 -#clean_wok() 1.28 -#{ 1.29 -# rm -rf PACKAGE-$VERSION.NC 1.30 -#}