Assume some site variables settings to allow asterisk-1.4.x to compile
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 10 Jul 2008 14:57:56 +0000 (14:57 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 10 Jul 2008 14:57:56 +0000 (14:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11764 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/asterisk-1.4.x/Makefile

index 17aa9dc..9209695 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 \