# HG changeset patch # User Pascal Bellard # Date 1254594266 -7200 # Node ID 55ebdca75e490b01baba64f11501814d55820148 # Parent 93b40843d3dafbefd39a946bc12c515ce0aba2f0 db: enable comat185 (thanks allan) diff -r 93b40843d3da -r 55ebdca75e49 db/receipt --- a/db/receipt Sat Oct 03 14:08:35 2009 +0000 +++ b/db/receipt Sat Oct 03 20:24:26 2009 +0200 @@ -14,17 +14,11 @@ # Rules to configure and make the package. compile_rules() { -# if [ -L $(which patch) ]; then -# echo "Please reinstall patch !" -# return 1 -# fi mv $PACKAGE-$VERSION.NC $src cd $src -# wget http://www.oracle.com/technology/products/berkeley-db/db/update/4.5.20/patch.4.5.20.1 || return 1 -# [ -f done.patch.4.5.20.1 ] || patch -p0 < patch.4.5.20.1 -# touch done.patch.4.5.20.1 cd build_unix ../dist/configure \ + --enable-compat185 \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && @@ -43,8 +37,3 @@ tazwok genpkg $i done } - -#clean_wok() -#{ -# rm -rf PACKAGE-$VERSION.NC -#}