From 510a85e4b9cfe98c58bd8a9e215aeb20dc600e8f Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 18 Jun 2015 16:02:27 +0200 Subject: [PATCH] asterisk-1.8.x: disable building against broken libiksemel comment-out left-overs of broken GTalk support, so build no longers breaks looking for libiksemel if SDK is set. Signed-off-by: Daniel Golle --- net/asterisk-1.8.x/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index 907c6e4..e14f3e5 100644 --- a/net/asterisk-1.8.x/Makefile +++ b/net/asterisk-1.8.x/Makefile @@ -146,15 +146,15 @@ define Package/asterisk18-sounds/install rm -f $(1)/usr/lib/asterisk/sounds/conf-* endef -ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-chan-gtalk),) - CONFIGURE_ARGS+= \ - --with-iksemel="$(STAGING_DIR)/usr" - SITE_VARS+= \ - ac_cv_lib_iksemel_iks_start_sasl=yes -else +#ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-chan-gtalk),) +# CONFIGURE_ARGS+= \ +# --with-iksemel="$(STAGING_DIR)/usr" +# SITE_VARS+= \ +# ac_cv_lib_iksemel_iks_start_sasl=yes +#else CONFIGURE_ARGS+= \ --without-iksemel -endif +#endif ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-curl),) CONFIGURE_ARGS+= \ -- 2.30.2