[packages/asterisk/ASTERISK_12] Disable both chan_h323 and chan_ooh323

jajcus jajcus at pld-linux.org
Wed Jan 8 11:49:31 CET 2014


commit 082a1687ef28312d3e11f02f067d3cf84450bed9
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Wed Jan 8 09:51:19 2014 +0100

    Disable both chan_h323 and chan_ooh323
    
    Both are obsolete, none is built by default and I have no idea which one
    may be fixable (if anybody really wants).

 asterisk.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/asterisk.spec b/asterisk.spec
index b1a7b36..9b5a3ba 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -507,7 +507,7 @@ install %{SOURCE12} .
 install %{SOURCE13} .
 
 %if %{without h323}
-sed -i -e 's#\(MENUSELECT_ADDONS=.*\)#\1 chan_ooh323#g' menuselect.makeopts
+sed -i -e 's#\(MENUSELECT_ADDONS=.*\)#\1 chan_ooh323 chan_h323#g' menuselect.makeopts
 %endif
 %if %{without corosync}
 sed -i -e 's#\(MENUSELECT_RES=.*\)#\1 res_corosync#g' menuselect.makeopts
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/asterisk.git/commitdiff/69b76b30c93dc78040bf17b8270646da5ddecee8



More information about the pld-cvs-commit mailing list