From fa052d68f28351cd81c24728baf88741a1f36997 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Tue, 7 Jan 2014 10:54:01 +0100 Subject: [PATCH] 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 -- 2.44.0