#! /bin/bash
# MAKE - build script for softhsm at CAcert

. ./RELINFO

ID=${PRODUCT}-${RELEASE}
TARBALL=${ID}.tar.gz

tar xfzp ${TARBALL}

cd ${ID}
./configure --enable-64bit --disable-gost --with-migrate --disable-non-paged-memory --with-botan=/usr
make