Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
442754e7
提交
442754e7
authored
1月 13, 2009
作者:
Raymond Chandler
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
OPENZAP-42
git-svn-id:
http://svn.openzap.org/svn/openzap/trunk@625
a93c3328-9c30-0410-af19-c9cd2b2d52af
上级
80c5d2b7
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
164 行增加
和
89 行删除
+164
-89
config.guess
libs/freetdm/build/config.guess
+11
-15
config.sub
libs/freetdm/build/config.sub
+16
-12
ltmain.sh
libs/freetdm/build/ltmain.sh
+136
-61
ozmod_zt.c
libs/freetdm/src/ozmod/ozmod_zt/ozmod_zt.c
+1
-1
没有找到文件。
libs/freetdm/build/config.guess
浏览文件 @
442754e7
...
...
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp
=
'2003-0
6-17
'
timestamp
=
'2003-0
7-02
'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
...
...
@@ -136,13 +136,6 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
UNAME_SYSTEM
=
`
(
uname
-s
)
2>/dev/null
`
||
UNAME_SYSTEM
=
unknown
UNAME_VERSION
=
`
(
uname
-v
)
2>/dev/null
`
||
UNAME_VERSION
=
unknown
## for Red Hat Linux
if
test
-f
/etc/redhat-release
;
then
VENDOR
=
redhat
;
else
VENDOR
=
;
fi
# Note: order is significant - the case branches are not exclusive.
case
"
${
UNAME_MACHINE
}
:
${
UNAME_SYSTEM
}
:
${
UNAME_RELEASE
}
:
${
UNAME_VERSION
}
"
in
...
...
@@ -770,7 +763,10 @@ EOF
#endif
EOF
eval
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null |
grep
^LIBC
=
`
echo
${
UNAME_MACHINE
}
-unknown-freebsd
`
echo
${
UNAME_RELEASE
}
|sed
-e
's/[-(].*//'
`
${
LIBC
:+-
$LIBC
}
# GNU/FreeBSD systems have a "k" prefix to indicate we are using
# FreeBSD's kernel, but not the complete OS.
case
${
LIBC
}
in
gnu
)
kernel_only
=
'k'
;;
esac
echo
${
UNAME_MACHINE
}
-unknown-
${
kernel_only
}
freebsd
`
echo
${
UNAME_RELEASE
}
|sed
-e
's/[-(].*//'
`
${
LIBC
:+-
$LIBC
}
exit
0
;;
i
*
:CYGWIN
*
:
*
)
echo
${
UNAME_MACHINE
}
-pc-cygwin
...
...
@@ -815,7 +811,7 @@ EOF
echo
cris-axis-linux-gnu
exit
0
;;
ia64:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-
${
VENDOR
:-
unknown
}
-linux-gnu
echo
${
UNAME_MACHINE
}
-
unknown
-linux-gnu
exit
0
;;
m68
*
:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
...
...
@@ -859,10 +855,10 @@ EOF
test
x
"
${
CPU
}
"
!=
x
&&
echo
"
${
CPU
}
-unknown-linux-gnu"
&&
exit
0
;;
ppc:Linux:
*
:
*
)
echo
powerpc-
${
VENDOR
:-
unknown
}
-linux-gnu
echo
powerpc-
unknown
-linux-gnu
exit
0
;;
ppc64:Linux:
*
:
*
)
echo
powerpc64-
${
VENDOR
:-
unknown
}
-linux-gnu
echo
powerpc64-
unknown
-linux-gnu
exit
0
;;
alpha:Linux:
*
:
*
)
case
`
sed
-n
'/^cpu model/s/^.*: \(.*\)/\1/p'
< /proc/cpuinfo
`
in
...
...
@@ -890,7 +886,7 @@ EOF
echo
hppa64-unknown-linux-gnu
exit
0
;;
s390:Linux:
*
:
*
|
s390x:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-
${
VENDOR
:-
ibm
}
-linux-gnu
echo
${
UNAME_MACHINE
}
-
ibm-linux
exit
0
;;
sh64
*
:Linux:
*
:
*
)
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
...
...
@@ -902,7 +898,7 @@ EOF
echo
${
UNAME_MACHINE
}
-unknown-linux-gnu
exit
0
;;
x86_64:Linux:
*
:
*
)
echo
x86_64-
${
VENDOR
:-
unknown
}
-linux-gnu
echo
x86_64-
unknown
-linux-gnu
exit
0
;;
i
*
86:Linux:
*
:
*
)
# The BFD linker knows what the default object file format is, so
...
...
@@ -954,7 +950,7 @@ EOF
#endif
EOF
eval
`
$CC_FOR_BUILD
-E
$dummy
.c 2>/dev/null |
grep
^LIBC
=
`
test
x
"
${
LIBC
}
"
!=
x
&&
echo
"
${
UNAME_MACHINE
}
-
${
VENDOR
:-
pc
}
-linux-
${
LIBC
}
"
&&
exit
0
test
x
"
${
LIBC
}
"
!=
x
&&
echo
"
${
UNAME_MACHINE
}
-
pc
-linux-
${
LIBC
}
"
&&
exit
0
test
x
"
${
TENTATIVE
}
"
!=
x
&&
echo
"
${
TENTATIVE
}
"
&&
exit
0
;;
i
*
86:DYNIX/ptx:4
*
:
*
)
...
...
libs/freetdm/build/config.sub
浏览文件 @
442754e7
...
...
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp
=
'2003-0
6-18
'
timestamp
=
'2003-0
7-04
'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
...
...
@@ -118,7 +118,7 @@ esac
# Here we must recognize all the valid KERNEL-OS combinations.
maybe_os
=
`
echo
$1
|
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'
`
case
$maybe_os
in
nto-qnx
*
|
linux-gnu
*
|
freebsd
*
-gnu
*
|
netbsd
*
-gnu
*
|
storm-chaos
*
|
os2-emx
*
|
rtmk-nova
*
)
nto-qnx
*
|
linux-gnu
*
|
k
freebsd
*
-gnu
*
|
netbsd
*
-gnu
*
|
storm-chaos
*
|
os2-emx
*
|
rtmk-nova
*
)
os
=
-
$maybe_os
basic_machine
=
`
echo
$1
|
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'
`
;;
...
...
@@ -257,10 +257,9 @@ case $basic_machine in
|
pdp10
|
pdp11
|
pj
|
pjl
\
|
powerpc
|
powerpc64
|
powerpc64le
|
powerpcle
|
ppcbe
\
|
pyramid
\
|
s390
|
s390x
\
|
sh
|
sh[1234]
|
sh[23]e
|
sh[34]eb
|
shbe
|
shle
|
sh[1234]le
|
sh3ele
\
|
sh64
|
sh64le
\
|
sparc
|
sparc64
|
sparc86x
|
sparclet
|
sparclite
|
sparcv
8
|
sparcv
9
|
sparcv9b
\
|
sparc
|
sparc64
|
sparc86x
|
sparclet
|
sparclite
|
sparcv9
|
sparcv9b
\
|
strongarm
\
|
tahoe
|
thumb
|
tic4x
|
tic80
|
tron
\
|
v850
|
v850e
\
...
...
@@ -293,7 +292,7 @@ case $basic_machine in
|
a29k-
*
\
|
alpha-
*
|
alphaev[4-8]-
*
|
alphaev56-
*
|
alphaev6[78]-
*
\
|
alpha64-
*
|
alpha64ev[4-8]-
*
|
alpha64ev56-
*
|
alpha64ev6[78]-
*
\
|
alphapca5[67]-
*
|
alpha64pca5[67]-
*
|
arc-
*
\
|
alphapca5[67]-
*
|
alpha64pca5[67]-
*
|
a
md64-
*
|
a
rc-
*
\
|
arm-
*
|
armbe-
*
|
armle-
*
|
armeb-
*
|
armv
*
-
*
\
|
avr-
*
\
|
bs2000-
*
\
...
...
@@ -330,11 +329,10 @@ case $basic_machine in
|
powerpc-
*
|
powerpc64-
*
|
powerpc64le-
*
|
powerpcle-
*
|
ppcbe-
*
\
|
pyramid-
*
\
|
romp-
*
|
rs6000-
*
\
|
s390-
*
|
s390x-
*
\
|
sh-
*
|
sh[1234]-
*
|
sh[23]e-
*
|
sh[34]eb-
*
|
shbe-
*
\
|
shle-
*
|
sh[1234]le-
*
|
sh3ele-
*
|
sh64-
*
|
sh64le-
*
\
|
sparc-
*
|
sparc64-
*
|
sparc86x-
*
|
sparclet-
*
|
sparclite-
*
\
|
sparcv
8-
*
|
sparcv
9-
*
|
sparcv9b-
*
|
strongarm-
*
|
sv1-
*
|
sx?-
*
\
|
sparcv9-
*
|
sparcv9b-
*
|
strongarm-
*
|
sv1-
*
|
sx?-
*
\
|
tahoe-
*
|
thumb-
*
\
|
tic30-
*
|
tic4x-
*
|
tic54x-
*
|
tic55x-
*
|
tic6x-
*
|
tic80-
*
\
|
tron-
*
\
...
...
@@ -833,6 +831,12 @@ case $basic_machine in
rtpc
|
rtpc-
*
)
basic_machine
=
romp-ibm
;;
s390
|
s390-
*
)
basic_machine
=
s390-ibm
;;
s390x
|
s390x-
*
)
basic_machine
=
s390x-ibm
;;
sa29200
)
basic_machine
=
a29k-amd
os
=
-udi
...
...
@@ -1051,7 +1055,7 @@ case $basic_machine in
sh64
)
basic_machine
=
sh64-unknown
;;
sparc
|
sparcv
8
|
sparcv
9
|
sparcv9b
)
sparc
|
sparcv9
|
sparcv9b
)
basic_machine
=
sparc-sun
;;
cydra
)
...
...
@@ -1124,7 +1128,7 @@ case $os in
|
-aos
*
\
|
-nindy
*
|
-vxsim
*
|
-vxworks
*
|
-ebmon
*
|
-hms
*
|
-mvs
*
\
|
-clix
*
|
-riscos
*
|
-uniplus
*
|
-iris
*
|
-rtu
*
|
-xenix
*
\
|
-hiux
*
|
-386bsd
*
|
-netbsd
*
|
-openbsd
*
|
-freebsd
*
|
-riscix
*
\
|
-hiux
*
|
-386bsd
*
|
-netbsd
*
|
-openbsd
*
|
-
kfreebsd
*
|
-
freebsd
*
|
-riscix
*
\
|
-lynxos
*
|
-bosx
*
|
-nextstep
*
|
-cxux
*
|
-aout
*
|
-elf
*
|
-oabi
*
\
|
-ptx
*
|
-coff
*
|
-ecoff
*
|
-winnt
*
|
-domain
*
|
-vsta
*
\
|
-udi
*
|
-eabi
*
|
-lites
*
|
-ieee
*
|
-go32
*
|
-aux
*
\
...
...
@@ -1282,9 +1286,9 @@ case $basic_machine in
arm
*
-semi
)
os
=
-aout
;;
c4x-
*
|
tic4x-
*
)
os
=
-coff
;;
c4x-
*
|
tic4x-
*
)
os
=
-coff
;;
# This must come before the *-dec entry.
pdp10-
*
)
os
=
-tops20
...
...
libs/freetdm/build/ltmain.sh
浏览文件 @
442754e7
# ltmain.sh - Provide generalized library-building support services.
# NOTE: Changing this file will not affect anything until you rerun configure.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
# Free Software Foundation, Inc.
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
, 2006,
#
2007
Free Software Foundation, Inc.
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
# This program is free software; you can redistribute it and/or modify
...
...
@@ -43,8 +43,8 @@ EXIT_FAILURE=1
PROGRAM
=
ltmain.sh
PACKAGE
=
libtool
VERSION
=
1.5.2
2
TIMESTAMP
=
" (1.1220.2.
365 2005/12/18 22:14:06
)"
VERSION
=
1.5.2
4
TIMESTAMP
=
" (1.1220.2.
455 2007/06/24 02:13:29
)"
# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
if
test
-n
"
${
ZSH_VERSION
+set
}
"
&&
(
emulate sh
)
>
/dev/null 2>&1
;
then
...
...
@@ -57,6 +57,8 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
else
case
`
(
set
-o
)
2>/dev/null
`
in
*
posix
*
)
set
-o
posix
;;
esac
fi
BIN_SH
=
xpg4
;
export
BIN_SH
# for Tru64
DUALCASE
=
1
;
export
DUALCASE
# for MKS sh
# Check that we have a working $echo.
if
test
"X
$1
"
=
X--no-reexec
;
then
...
...
@@ -114,10 +116,10 @@ esac
for
lt_var
in
LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
do
eval
"if test
\"\$
{
$lt_var
+set}
\"
= set; then
save_
$lt_var
=
\$
$lt_var
$lt_var
=C
export
$lt_var
fi"
save_
$lt_var
=
\$
$lt_var
$lt_var
=C
export
$lt_var
fi"
done
# Make sure IFS has a sensible default
...
...
@@ -206,7 +208,13 @@ func_win32_libid ()
if
eval
$OBJDUMP
-f
$1
|
$SED
-e
'10q'
2>/dev/null |
\
$EGREP
-e
'file format pe-i386(.*architecture: i386)?'
>
/dev/null
;
then
win32_nmres
=
`
eval
$NM
-f
posix
-A
$1
|
\
$SED
-n
-e
'1,100{/ I /{s,.*,import,;p;q;};}'
`
$SED
-n
-e
'1,100{
/ I /{
s,.*,import,
p
q
}
}'
`
case
$win32_nmres
in
import
*
)
win32_libid_type
=
"x86 archive import"
;;
*
)
win32_libid_type
=
"x86 archive static"
;;
...
...
@@ -236,6 +244,20 @@ func_win32_libid ()
# arg is usually of the form 'gcc ...'
func_infer_tag
()
{
# FreeBSD-specific: where we install compilers with non-standard names
tag_compilers_CC
=
"*cc cc* *gcc gcc*"
tag_compilers_CXX
=
"*c++ c++* *g++ g++*"
base_compiler
=
`
set
--
"
$@
"
;
echo
$1
`
# If $tagname isn't set, then try to infer if the default "CC" tag applies
if
test
-z
"
$tagname
"
;
then
for
zp
in
$tag_compilers_CC
;
do
case
$base_compiler
in
$zp
)
tagname
=
"CC"
;
break
;;
esac
done
fi
if
test
-n
"
$available_tags
"
&&
test
-z
"
$tagname
"
;
then
CC_quoted
=
for
arg
in
$CC
;
do
...
...
@@ -276,7 +298,22 @@ func_infer_tag ()
break
;;
esac
fi
# FreeBSD-specific: try compilers based on inferred tag
if
test
-z
"
$tagname
"
;
then
eval
"tag_compilers=
\$
tag_compilers_
${
z
}
"
if
test
-n
"
$tag_compilers
"
;
then
for
zp
in
$tag_compilers
;
do
case
$base_compiler
in
$zp
)
tagname
=
$z
;
break
;;
esac
done
if
test
-n
"
$tagname
"
;
then
break
fi
fi
fi
fi
done
# If $tagname still isn't set, then no tagged configuration
# was found and let the user know that the "--tag" command
...
...
@@ -340,11 +377,11 @@ func_extract_archives ()
my_xlib_u
=
$my_xlib
while
:
;
do
case
"
$extracted_archives
"
in
*
"
$my_xlib_u
"
*
)
extracted_serial
=
`
expr
$extracted_serial
+ 1
`
my_xlib_u
=
lt
$extracted_serial
-
$my_xlib
;;
*
)
break
;;
esac
*
"
$my_xlib_u
"
*
)
extracted_serial
=
`
expr
$extracted_serial
+ 1
`
my_xlib_u
=
lt
$extracted_serial
-
$my_xlib
;;
*
)
break
;;
esac
done
extracted_archives
=
"
$extracted_archives
$my_xlib_u
"
my_xdir
=
"
$my_gentop
/
$my_xlib_u
"
...
...
@@ -474,11 +511,12 @@ do
;;
--version
)
$echo
"
$PROGRAM
(GNU
$PACKAGE
)
$VERSION$TIMESTAMP
"
$echo
$echo
"Copyright (C) 2005 Free Software Foundation, Inc."
$echo
"This is free software; see the source for copying conditions. There is NO"
$echo
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
echo
"
\
$PROGRAM
(GNU
$PACKAGE
)
$VERSION$TIMESTAMP
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
exit
$?
;;
...
...
@@ -775,7 +813,7 @@ if test -z "$show_help"; then
*
.class
)
xform
=
class
;;
*
.cpp
)
xform
=
cpp
;;
*
.cxx
)
xform
=
cxx
;;
*
.
f90
)
xform
=
f90
;;
*
.
[fF][09]?
)
xform
=[
fF][09].
;;
*
.for
)
xform
=
for
;;
*
.java
)
xform
=
java
;;
*
.obj
)
xform
=
obj
;;
...
...
@@ -1160,8 +1198,8 @@ EOF
do
case
$arg
in
-all-static
|
-static
|
-static-libtool-libs
)
case
$arg
in
-all-static
)
case
$arg
in
-all-static
)
if
test
"
$build_libtool_libs
"
=
yes
&&
test
-z
"
$link_static_flag
"
;
then
$echo
"
$modename
: warning: complete static linking is impossible in this configuration"
1>&2
fi
...
...
@@ -1170,19 +1208,19 @@ EOF
fi
prefer_static_libs
=
yes
;;
-static
)
-static
)
if
test
-z
"
$pic_flag
"
&&
test
-n
"
$link_static_flag
"
;
then
dlopen_self
=
$dlopen_self_static
fi
prefer_static_libs
=
built
;;
-static-libtool-libs
)
if
test
-z
"
$pic_flag
"
&&
test
-n
"
$link_static_flag
"
;
then
dlopen_self
=
$dlopen_self_static
fi
prefer_static_libs
=
yes
;;
esac
-static-libtool-libs
)
if
test
-z
"
$pic_flag
"
&&
test
-n
"
$link_static_flag
"
;
then
dlopen_self
=
$dlopen_self_static
fi
prefer_static_libs
=
yes
;;
esac
build_libtool_libs
=
no
build_old_libs
=
yes
break
...
...
@@ -1630,10 +1668,11 @@ EOF
continue
;;
-mt
|
-mthreads
|
-kthread
|
-Kthread
|
-pthread
|
-pthreads
|
--thread-safe
)
-mt
|
-mthreads
|
-kthread
|
-Kthread
|
-pthread
|
-pthreads
|
--thread-safe
|
-threads
)
compiler_flags
=
"
$compiler_flags
$arg
"
compile_command
=
"
$compile_command
$arg
"
finalize_command
=
"
$finalize_command
$arg
"
deplibs
=
"
$deplibs
$arg
"
continue
;;
...
...
@@ -1650,10 +1689,11 @@ EOF
# -m* pass through architecture-specific compiler args for GCC
# -m*, -t[45]*, -txscale* pass through architecture-specific
# compiler args for GCC
# -pg pass through profiling flag for GCC
# -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
# -F/path gives path to uninstalled frameworks, gcc on darwin
# @file GCC response files
-64
|
-mips
[
0-9]|-r[0-9][0-9]
*
|
-xarch
=
*
|
-xtarget
=
*
|
+DA
*
|
+DD
*
|
-q
*
|
-m
*
|
-pg
|
\
-t
[
45]
*
|
-txscale
*
|
@
*
)
-64
|
-mips
[
0-9]|-r[0-9][0-9]
*
|
-xarch
=
*
|
-xtarget
=
*
|
+DA
*
|
+DD
*
|
-q
*
|
-m
*
|
\
-t
[
45]
*
|
-txscale
*
|
-p
|
-pg
|
--coverage
|
-fprofile-
*
|
-F
*
|
@
*
)
# Unknown arguments in both finalize_command and compile_command need
# to be aesthetically quoted because they are evaled later.
...
...
@@ -1681,9 +1721,9 @@ EOF
-no-install
)
case
$host
in
*
-
*
-cygwin
*
|
*
-
*
-mingw
*
|
*
-
*
-pw32
*
|
*
-
*
-os2
*
)
*
-
*
-cygwin
*
|
*
-
*
-mingw
*
|
*
-
*
-pw32
*
|
*
-
*
-os2
*
|
*
-
*
-darwin
*
)
# The PATH hackery in wrapper scripts is required on Windows
# in order for the loader to find any dlls it needs.
#
and Darwin
in order for the loader to find any dlls it needs.
$echo
"
$modename
: warning:
\`
-no-install' is ignored for
$host
"
1>&2
$echo
"
$modename
: warning: assuming
\`
-no-fast-install' instead"
1>&2
fast_install
=
no
...
...
@@ -2124,13 +2164,36 @@ EOF
lib
=
found
=
no
case
$deplib
in
-mt
|
-mthreads
|
-kthread
|
-Kthread
|
-pthread
|
-pthreads
|
--thread-safe
)
-mt
|
-mthreads
|
-kthread
|
-Kthread
|
-pthread
|
-pthreads
|
--thread-safe
|
-threads
)
if
test
"
$linkmode
,
$pass
"
=
"prog,link"
;
then
compile_deplibs
=
"
$deplib
$compile_deplibs
"
finalize_deplibs
=
"
$deplib
$finalize_deplibs
"
else
compiler_flags
=
"
$compiler_flags
$deplib
"
fi
case
$linkmode
in
lib
)
deplibs
=
"
$deplib
$deplibs
"
test
"
$pass
"
=
conv
&&
continue
newdependency_libs
=
"
$deplib
$newdependency_libs
"
;;
prog
)
if
test
"
$pass
"
=
conv
;
then
deplibs
=
"
$deplib
$deplibs
"
continue
fi
if
test
"
$pass
"
=
scan
;
then
deplibs
=
"
$deplib
$deplibs
"
else
compile_deplibs
=
"
$deplib
$compile_deplibs
"
finalize_deplibs
=
"
$deplib
$finalize_deplibs
"
fi
;;
*
)
;;
esac
# linkmode
continue
;;
-l
*
)
...
...
@@ -2520,9 +2583,9 @@ EOF
if
test
"
$linkmode
,
$pass
"
=
"prog,link"
;
then
if
test
-n
"
$library_names
"
&&
{
{
test
"
$prefer_static_libs
"
=
no
||
test
"
$prefer_static_libs
,
$installed
"
=
"built,yes"
;
}
||
test
-z
"
$old_library
"
;
}
;
then
{
{
test
"
$prefer_static_libs
"
=
no
||
test
"
$prefer_static_libs
,
$installed
"
=
"built,yes"
;
}
||
test
-z
"
$old_library
"
;
}
;
then
# We need to hardcode the library path
if
test
-n
"
$shlibpath_var
"
&&
test
-z
"
$avoidtemprpath
"
;
then
# Make sure the rpath contains only unique directories.
...
...
@@ -3229,9 +3292,10 @@ EOF
age
=
"0"
;;
irix|nonstopux
)
current
=
`
expr
$number_major
+
$number_minor
- 1
`
current
=
`
expr
$number_major
+
$number_minor
`
age
=
"
$number_minor
"
revision
=
"
$number_minor
"
lt_irix_increment
=
no
;;
esac
;;
...
...
@@ -3290,7 +3354,8 @@ EOF
versuffix
=
"
$major
.
$age
.
$revision
"
# Darwin ld doesn't like 0 for these options...
minor_current
=
`
expr
$current
+ 1
`
verstring
=
"
${
wl
}
-compatibility_version
${
wl
}
$minor_current
${
wl
}
-current_version
${
wl
}
$minor_current
.
$revision
"
xlcverstring
=
"
${
wl
}
-compatibility_version
${
wl
}
$minor_current
${
wl
}
-current_version
${
wl
}
$minor_current
.
$revision
"
verstring
=
"-compatibility_version
$minor_current
-current_version
$minor_current
.
$revision
"
;;
freebsd-aout
)
...
...
@@ -3304,8 +3369,11 @@ EOF
;;
irix
|
nonstopux
)
major
=
`
expr
$current
-
$age
+ 1
`
if
test
"X
$lt_irix_increment
"
=
"Xno"
;
then
major
=
`
expr
$current
-
$age
`
else
major
=
`
expr
$current
-
$age
+ 1
`
fi
case
$version_type
in
nonstopux
)
verstring_prefix
=
nonstopux
;;
*
)
verstring_prefix
=
sgi
;;
...
...
@@ -3442,11 +3510,11 @@ EOF
fi
# Eliminate all temporary directories.
#
for path in $notinst_path; do
# lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
# deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
# dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
#
done
#
for path in $notinst_path; do
# lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
# deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
# dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
#
done
if
test
-n
"
$xrpath
"
;
then
# If the user specified any rpath flags, then add them.
...
...
@@ -3547,7 +3615,7 @@ EOF
int main() { return 0; }
EOF
$rm
conftest
if
$LTCC
$LTCFLAGS
-o
conftest conftest.c
$deplibs
;
then
if
$LTCC
$LTCFLAGS
-o
conftest conftest.c
$deplibs
;
then
ldd_output
=
`
ldd conftest
`
for
i
in
$deplibs
;
do
name
=
`
expr
$i
:
'-l\(.*\)'
`
...
...
@@ -3909,7 +3977,10 @@ EOF
test
-n
"
$hardcode_libdirs
"
;
then
libdir
=
"
$hardcode_libdirs
"
if
test
-n
"
$hardcode_libdir_flag_spec_ld
"
;
then
eval
dep_rpath
=
\"
$hardcode_libdir_flag_spec_ld
\"
case
$archive_cmds
in
*
\$
LD
*
)
eval
dep_rpath
=
\"
$hardcode_libdir_flag_spec_ld
\"
;;
*
)
eval
dep_rpath
=
\"
$hardcode_libdir_flag_spec
\"
;;
esac
else
eval
dep_rpath
=
\"
$hardcode_libdir_flag_spec
\"
fi
...
...
@@ -4275,7 +4346,7 @@ EOF
if
test
-n
"
$convenience
"
;
then
if
test
-n
"
$whole_archive_flag_spec
"
;
then
eval
tmp_whole_archive_flags
=
\"
$whole_archive_flag_spec
\"
reload_conv_objs
=
$reload_objs
\
`
$echo
"X
$tmp_whole_archive_flags
"
|
$Xsed
-e
's|,| |g'
`
reload_conv_objs
=
$reload_objs
\
`
$echo
"X
$tmp_whole_archive_flags
"
|
$Xsed
-e
's|,| |g'
`
else
gentop
=
"
$output_objdir
/
${
obj
}
x"
generated
=
"
$generated
$gentop
"
...
...
@@ -4736,6 +4807,9 @@ static const void *lt_preloaded_setup() {
;;
esac
;;
*
-
*
-freebsd
*
)
# FreeBSD doesn't need this...
;;
*
)
$echo
"
$modename
: unknown suffix for
\`
$dlsyms
'"
1>&2
exit
$EXIT_FAILURE
...
...
@@ -5295,6 +5369,8 @@ if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
else
case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
fi
BIN_SH=xpg4; export BIN_SH # for Tru64
DUALCASE=1; export DUALCASE # for MKS sh
# The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set.
...
...
@@ -6391,8 +6467,10 @@ relink_command=\"$relink_command\""
if
test
-f
"
$dir
/
$objdir
/
$dlname
"
;
then
dir
=
"
$dir
/
$objdir
"
else
$echo
"
$modename
: cannot find
\`
$dlname
' in
\`
$dir
' or
\`
$dir
/
$objdir
'"
1>&2
exit
$EXIT_FAILURE
if
test
!
-f
"
$dir
/
$dlname
"
;
then
$echo
"
$modename
: cannot find
\`
$dlname
' in
\`
$dir
' or
\`
$dir
/
$objdir
'"
1>&2
exit
$EXIT_FAILURE
fi
fi
;;
...
...
@@ -6458,14 +6536,11 @@ relink_command=\"$relink_command\""
# Restore saved environment variables
for
lt_var
in
LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
do
eval
"if test
\"\$
{save_
$lt_var
+set}
\"
= set; then
$lt_var
=
\$
save_
$lt_var
; export
$lt_var
else
$lt_unset
$lt_var
fi"
eval
"if test
\"\$
{save_
$lt_var
+set}
\"
= set; then
$lt_var
=
\$
save_
$lt_var
; export
$lt_var
fi"
done
# Now prepare to actually exec the command.
exec_cmd
=
"
\$
cmd
$args
"
else
...
...
libs/freetdm/src/ozmod/ozmod_zt/ozmod_zt.c
浏览文件 @
442754e7
...
...
@@ -726,7 +726,7 @@ ZIO_SPAN_NEXT_EVENT_FUNCTION(zt_next_event)
break
;
default
:
{
zap_log
(
ZAP_LOG_WARNING
,
"Unhandled event %d
\n
"
,
zt_event_id
);
zap_log
(
ZAP_LOG_WARNING
,
"Unhandled event %d
for %d:%d
\n
"
,
zt_event_id
,
span
->
span_id
,
i
);
event_id
=
ZAP_OOB_INVALID
;
}
break
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论