diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 08:06:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 08:06:06 +0000 |
commit | acc33b14df77f1bad1c2d0a2c775185fa9e864eb (patch) | |
tree | 861d5d09092cff4fbc720b4a04db22add91bf3d3 /net/asterisk16/files/patch-configure | |
parent | - incorrect comment (diff) |
Long awaited upgrade to 1.4.2.
Sponsored by: Sippy Software, Inc.
Notes
Notes:
svn path=/head/; revision=189887
Diffstat (limited to 'net/asterisk16/files/patch-configure')
-rw-r--r-- | net/asterisk16/files/patch-configure | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/asterisk16/files/patch-configure b/net/asterisk16/files/patch-configure new file mode 100644 index 000000000000..9a62851600a8 --- /dev/null +++ b/net/asterisk16/files/patch-configure @@ -0,0 +1,32 @@ + +$FreeBSD$ + +--- configure.orig ++++ configure +@@ -23776,7 +23776,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lodbc ${pbxlibdir} -lltdl $LIBS" ++LIBS="-lodbc ${pbxlibdir} $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -23855,7 +23855,7 @@ + + + if test "${AST_UNIXODBC_FOUND}" = "yes"; then +- UNIXODBC_LIB="-lodbc -lltdl" ++ UNIXODBC_LIB="-lodbc" + UNIXODBC_HEADER_FOUND="1" + if test "x${UNIXODBC_DIR}" != "x"; then + UNIXODBC_LIB="${pbxlibdir} ${UNIXODBC_LIB}" +@@ -28065,7 +28065,7 @@ + + fi + +- PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}" ++ PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}" + + if test "${HAS_OPENH323:-unset}" != "unset"; then + { echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5 |