Assume some site variables settings to allow asterisk-1.4.x to compile
authorFlorian Fainelli <florian@openwrt.org>
Thu, 10 Jul 2008 14:57:56 +0000 (14:57 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 10 Jul 2008 14:57:56 +0000 (14:57 +0000)
SVN-Revision: 11764

net/asterisk-1.4.x/Makefile

index 17aa9dc01d90148f9e6da63e9a462416f1600035..92096952088f0038787aedb86148affa869ec90e 100644 (file)
@@ -308,6 +308,9 @@ ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk14-chan-gtalk),)
   CONFIGURE_ARGS+= \
        --with-gnutls="$(STAGING_DIR)/usr" \
        --with-iksemel="$(STAGING_DIR)/usr"
+  SITE_VARS+= \
+       ac_cv_lib_iksemel_iks_start_sasl=yes \
+       ac_cv_lib_gnutls_gnutls_bye=yes
 else
   CONFIGURE_ARGS+= \
        --without-gnutls \