From: Joshua Colp Date: Sun, 18 Nov 2007 21:50:58 +0000 (+0000) Subject: Add OSX into the logic that uses md5 instead of md5sum. X-Git-Tag: 1.6.0-beta1~3^2~784 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f71cd9acc83ccb6b8c608644b47507482e18647c;p=thirdparty%2Fasterisk.git 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 --- diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h index e7c7e0fd28..3c09a661c2 100755 --- a/build_tools/make_buildopts_h +++ b/build_tools/make_buildopts_h @@ -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 */" ;;