projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de7bc9
)
closes issue #11287; thanks to snuffy for this fix, which will surely make all solari...
author
Steve Murphy
<murf@digium.com>
Thu, 20 Dec 2007 22:28:35 +0000
(22:28 +0000)
committer
Steve Murphy
<murf@digium.com>
Thu, 20 Dec 2007 22:28:35 +0000
(22:28 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94319
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
build_tools/make_buildopts_h
patch
|
blob
|
history
diff --git
a/build_tools/make_buildopts_h
b/build_tools/make_buildopts_h
index
b98d875
..
ace4045
100755
(executable)
--- a/
build_tools/make_buildopts_h
+++ b/
build_tools/make_buildopts_h
@@
-26,6
+26,9
@@
case ${OSARCH} in # actually we should check build_os
*BSD|mingw|darwin*)
BUILDSUM=`echo ${TMP} | md5 | cut -c1-32`
;;
+SunOS)
+ BUILDSUM=`echo ${TMP} | digest -a md5 | cut -c1-32`
+ ;;
*)
BUILDSUM=`echo ${TMP} | md5sum | cut -c1-32`
;;