aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-18 21:50:58 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-18 21:50:58 +0000
commit841a8265b95323c4f06cb13b80ebb855329f4b7f (patch)
tree6d48238b30205d94593e719d493ebf95fc9d977a /build_tools
parentc47a1d44ba8caad24425665080c531bf0817ab8b (diff)
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
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_buildopts_h2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h
index e7c7e0fd2..3c09a661c 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 */"
;;