]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
disable h323
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 7 Jan 2014 09:54:01 +0000 (10:54 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 7 Jan 2014 09:55:15 +0000 (10:55 +0100)
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

index de2bf379b0b486d1296e960e365c790e0101eb46..4a404611b0b6eabc77e1459eea6e692d70613440 100644 (file)
@@ -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
 
This page took 0.132855 seconds and 4 git commands to generate.