[packages/asterisk/ASTERISK_12] disable h323

jajcus jajcus at pld-linux.org
Tue Jan 7 16:36:15 CET 2014


commit fa052d68f28351cd81c24728baf88741a1f36997
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue Jan 7 10:54:01 2014 +0100

    disable h323
    
    Won't build with out h323plus:
    > checking if OpenH323 version 1.24.0 is compatible with chan_h323... no
    
    Does anybody really still need that?

 asterisk.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/asterisk.spec b/asterisk.spec
index de2bf37..4a40461 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,4 +1,5 @@
 # TODO:
+# - check/fix build with our h323. Does anybody still use H.323, anyway?
 # - cgi-bin package - separate, because of suid-root
 # - use shared versions of LIBILBC:=ilbc/libilbc.a (ilbc not enabled currently)
 # - CFLAGS passing
@@ -19,7 +20,7 @@
 # - %attr(755,root,root) %{_libdir}/asterisk/modules/chan_usbradio.so
 #
 # Conditional build:
-%bcond_without	h323		# without h323 support
+%bcond_with	h323		# without h323 support
 %bcond_without	apidocs		# disable apidocs building
 %bcond_without	verbose		# verbose build
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list