#! /bin/bash # @(#)(CAcert) $Id: MAKE,v 1.3 2011/06/23 20:31:45 wytze Exp $ # MAKE - build ocspd for CAcert . ./RELINFO ID=${PRODUCT}-${RELEASE} TARBALL=${ID}.tar.gz tar xfz ${TARBALL} if [ -n "${PATCH}" ] then patch --strip=0 --backup --suffix=.org <${PATCH} fi cd ${ID} ./configure \ --disable-openldap --with-ocspd-user=ocspd --with-ocspd-group=ocspd make all