summaryrefslogtreecommitdiffstats
path: root/base/db/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/db/Pkgfile')
-rwxr-xr-xbase/db/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/base/db/Pkgfile b/base/db/Pkgfile
index bfe614c7e..fc25736b9 100755
--- a/base/db/Pkgfile
+++ b/base/db/Pkgfile
@@ -2,17 +2,16 @@
# URL: http://www.sleepycat.com/products/db.shtml
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
name=db
version=4.7.25
-release=1
+release=2
source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz \
- http://www.linuxfromscratch.org/patches/lfs/development/$name-$version-upstream_fixes-1.patch)
+ http://www.oracle.com/technology/products/berkeley-db/db/update/$version/patch.$version.{1,2,3,4})
build() {
cd $name-$version
- patch -Np1 -i ../$name-$version-upstream_fixes-1.patch
+ cat $SRC/patch.$version.{1,2,3,4} | patch -p0
cd build_unix
../dist/configure --prefix=/usr \
--enable-compat185 \