From 24f5bfbd9af67968e2ec0b72860a5398146a97c3 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 17 May 2016 11:46:34 +0000 Subject: [PATCH] db: adapted to 64b --- db/Pkgfile | 1 + 1 file changed, 1 insertion(+) diff --git a/db/Pkgfile b/db/Pkgfile index 937d5da..e02b7ee 100644 --- a/db/Pkgfile +++ b/db/Pkgfile @@ -11,6 +11,7 @@ source=(http://download.oracle.com/berkeley-db/$name-$version.tar.gz) build() { cd $name-$version/build_unix + export CTARGET="arm-crux-linux-gnueabi" LDFLAGS="-lpthread" \ ../dist/configure --build=$CHOST \ --host=$CTARGET \ -- 2.26.2