dect
/
asterisk
Archived
13
0
Fork 0

Add OSX into the logic that uses md5 instead of md5sum.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89399 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2007-11-18 21:50:58 +00:00
parent c47a1d44ba
commit 841a8265b9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ then
fi
case ${OSARCH} in # actually we should check build_os
*BSD|mingw*)
*BSD|mingw|darwin*)
BUILDSUM=`echo ${TMP} | md5`
echo "#define AST_BUILDOPT_SUM {0x0, 0x0, 0x0, 0x0} /* dummy */"
;;