From: florian Date: Thu, 10 Jul 2008 14:57:56 +0000 (+0000) Subject: Assume some site variables settings to allow asterisk-1.4.x to compile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=31f10652b26684cc1ddeebf7a95b1ae516f0c3a8;p=packages.git Assume some site variables settings to allow asterisk-1.4.x to compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@11764 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/asterisk-1.4.x/Makefile b/net/asterisk-1.4.x/Makefile index 17aa9dc01..920969520 100644 --- a/net/asterisk-1.4.x/Makefile +++ b/net/asterisk-1.4.x/Makefile @@ -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 \