mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
this script is run on the build system, not on the host.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89353 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -22,8 +22,8 @@ then
|
||||
TMP="${TMP} AST_DEVMODE"
|
||||
fi
|
||||
|
||||
case ${OSARCH} in
|
||||
*BSD)
|
||||
case ${OSARCH} in # actually we should check build_os
|
||||
*BSD|mingw*)
|
||||
BUILDSUM=`echo ${TMP} | md5`
|
||||
echo "#define AST_BUILDOPT_SUM {0x0, 0x0, 0x0, 0x0} /* dummy */"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user