Skip to content
Snippets Groups Projects
Commit f71cd9ac authored by Joshua Colp's avatar Joshua Colp
Browse files

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89399 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d447eb05
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ then ...@@ -23,7 +23,7 @@ then
fi fi
case ${OSARCH} in # actually we should check build_os case ${OSARCH} in # actually we should check build_os
*BSD|mingw*) *BSD|mingw|darwin*)
BUILDSUM=`echo ${TMP} | md5` BUILDSUM=`echo ${TMP} | md5`
echo "#define AST_BUILDOPT_SUM {0x0, 0x0, 0x0, 0x0} /* dummy */" echo "#define AST_BUILDOPT_SUM {0x0, 0x0, 0x0, 0x0} /* dummy */"
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment