db: upstream changed a patch without further notice

This commit is contained in:
Juergen Daubert 2009-09-14 10:51:30 +02:00
parent d7cf13d78a
commit 27f129b807
2 changed files with 3 additions and 4 deletions

View File

@ -2,4 +2,4 @@ ec2b87e833779681a0c3a814aa71359e db-4.7.25.tar.gz
5fdf101259e5164dea1c8c86214fde38 patch.4.7.25.1
bd410a11c71fee52fddb6aa2d8d4f80c patch.4.7.25.2
6fcd69f64f5b34bfe8f0a63cc2e402c1 patch.4.7.25.3
26f2a29b3f5c5c56b39c6c414fef98e5 patch.4.7.25.4
c71830a1303cd34595ca655257196eec patch.4.7.25.4

View File

@ -4,14 +4,13 @@
name=db
version=4.7.25
release=3
release=4
source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz \
http://www.oracle.com/technology/products/berkeley-db/db/update/$version/patch.$version.{1,2,3,4})
build() {
cd $name-$version
cat $SRC/patch.$version.{1,2,3} | patch -p0
cat $SRC/patch.$version.4 | patch -p1
cat $SRC/patch.$version.{1,2,3,4} | patch -p0
cd build_unix
LDFLAGS="-lpthread" \
../dist/configure --prefix=/usr \