From: Daniel Golle Date: Thu, 18 Jun 2015 14:02:27 +0000 (+0200) Subject: asterisk-1.8.x: disable building against broken libiksemel X-Git-Url: http://git.openwrt.org/?p=feed%2Ftelephony.git;a=commitdiff_plain;h=1f0675c766bd42e7022425243395c425b343fb56 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 --- 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+= \