From deabf41b3fee0bf019c541c7418ec6120ff99279 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 7 Jan 2009 23:27:28 +0000 Subject: contrib/package: add asterisk14-xip package to prepare Asterisk/LuCI/UCI integration --- .../patches/023-autoconf-chan_h323.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contrib/asterisk-xip/patches/023-autoconf-chan_h323.patch (limited to 'contrib/asterisk-xip/patches/023-autoconf-chan_h323.patch') diff --git a/contrib/asterisk-xip/patches/023-autoconf-chan_h323.patch b/contrib/asterisk-xip/patches/023-autoconf-chan_h323.patch new file mode 100644 index 000000000..629bb382a --- /dev/null +++ b/contrib/asterisk-xip/patches/023-autoconf-chan_h323.patch @@ -0,0 +1,23 @@ +diff -Nru asterisk-1.4.22.org/acinclude.m4 asterisk-1.4.22/acinclude.m4 +--- asterisk-1.4.22.org/acinclude.m4 2008-07-22 22:49:41.000000000 +0200 ++++ asterisk-1.4.22/acinclude.m4 2008-11-29 15:06:28.000000000 +0100 +@@ -588,6 +588,7 @@ + ;; + esac + AC_MSG_RESULT(${OPENH323_BUILD}) ++ OPENH323_SUFFIX="n_s" + + AC_SUBST([OPENH323_SUFFIX]) + AC_SUBST([OPENH323_BUILD]) +diff -Nru asterisk-1.4.22.org/configure.ac asterisk-1.4.22/configure.ac +--- asterisk-1.4.22.org/configure.ac 2008-09-08 18:26:00.000000000 +0200 ++++ asterisk-1.4.22/configure.ac 2008-11-29 15:06:28.000000000 +0100 +@@ -1259,7 +1259,7 @@ + if test "${HAS_PWLIB:-unset}" != "unset"; then + AST_CHECK_OPENH323_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.], -- cgit v1.2.3