f4194916ae
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16343 3c298f89-4303-0410-b956-a3cf2f4a3e73
24 lines
950 B
Diff
24 lines
950 B
Diff
diff -Nru asterisk-1.4.25.org/autoconf/ast_check_openh323.m4 asterisk-1.4.25/autoconf/ast_check_openh323.m4
|
|
--- asterisk-1.4.25.org/autoconf/ast_check_openh323.m4 2009-03-18 21:02:40.000000000 +0100
|
|
+++ asterisk-1.4.25/autoconf/ast_check_openh323.m4 2009-06-04 21:07:59.000000000 +0200
|
|
@@ -123,6 +123,7 @@
|
|
;;
|
|
esac
|
|
AC_MSG_RESULT(${OPENH323_BUILD})
|
|
+ OPENH323_SUFFIX="n_s"
|
|
|
|
AC_SUBST([OPENH323_SUFFIX])
|
|
AC_SUBST([OPENH323_BUILD])
|
|
diff -Nru asterisk-1.4.25.org/configure.ac asterisk-1.4.25/configure.ac
|
|
--- asterisk-1.4.25.org/configure.ac 2009-04-22 23:35:03.000000000 +0200
|
|
+++ asterisk-1.4.25/configure.ac 2009-06-04 21:07:59.000000000 +0200
|
|
@@ -1316,7 +1316,7 @@
|
|
if test "${HAS_PWLIB:-unset}" != "unset"; then
|
|
AST_CHECK_PWLIB_PLATFORM()
|
|
|
|
- PLATFORM_PWLIB="pt_${PWLIB_PLATFORM}_r"
|
|
+ PLATFORM_PWLIB="pt_${PWLIB_PLATFORM}_r_s"
|
|
|
|
AST_CHECK_PWLIB_BUILD([PWLib], [PWLIB],
|
|
[Define if your system has the PWLib libraries.],
|