X-Git-Url: http://gitweb/?a=blobdiff_plain;f=db%2FPkgfile;h=e02b7eee4ae07911d3bf928c5837d7d4ab7b9ddb;hb=b2d952c7f85ccb953bd7971d036b05355da1d215;hp=7f86c5fa29f45fe9b9fc4c362d9e09d9ef5761b2;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/db/Pkgfile b/db/Pkgfile index 7f86c5f..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://www.oracle.com/technology/products/berkeley-db/db/update/$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 \