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 <daniel@makrotopia.org>
This commit is contained in:
parent
7c344688f5
commit
510a85e4b9
1 changed files with 7 additions and 7 deletions
|
@ -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+= \
|
||||
|
|
Loading…
Reference in a new issue