X-Git-Url: http://gitweb/?a=blobdiff_plain;f=db%2FPkgfile;h=e02b7eee4ae07911d3bf928c5837d7d4ab7b9ddb;hb=24f5bfbd9af67968e2ec0b72860a5398146a97c3;hp=a7539b6080cf4735944d13f14daa601f20fef431;hpb=5f91d1a6fe1d435f1ad28672d3a5a4395f3639ce;p=crossrootfs.git diff --git a/db/Pkgfile b/db/Pkgfile index a7539b6..e02b7ee 100644 --- a/db/Pkgfile +++ b/db/Pkgfile @@ -5,15 +5,13 @@ # Depends on: name=db -version=4.7.25 -release=4 -source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz \ - http://download.oracle.com/berkeley-db/patches/db/$version/patch.$version.{1,2,3,4}) +version=5.3.28 +release=1 +source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz) build() { - cd $name-$version - cat $SRC/patch.$version.{1,2,3,4} | patch -p0 - cd build_unix + cd $name-$version/build_unix + export CTARGET="arm-crux-linux-gnueabi" LDFLAGS="-lpthread" \ ../dist/configure --build=$CHOST \ --host=$CTARGET \