default_pre_build &&
cd $SOURCE_DIRECTORY &&
if [[ "$VERSION" =~ ^3 ]]; then
  patch -p1 < $SCRIPT_DIRECTORY/apr_success.diff
fi
