summaryrefslogtreecommitdiff
path: root/build_tools/make_buildopts_h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-11-18 21:50:58 +0000
committerJoshua Colp <jcolp@digium.com>2007-11-18 21:50:58 +0000
commitf71cd9acc83ccb6b8c608644b47507482e18647c (patch)
tree6d48238b30205d94593e719d493ebf95fc9d977a /build_tools/make_buildopts_h
parentd447eb052cae26dbf783ee4f094b38f2aa05b6ec (diff)
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
Diffstat (limited to 'build_tools/make_buildopts_h')
-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 */"
;;