From: Lars-Peter Clausen Date: Sun, 21 Feb 2010 14:16:48 +0000 (+0000) Subject: [packages] freeswitch: Don't look for libgnutls-config. The package does not X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f2a275e5c2efef99e0779d8c43c8b4ded81ab79f;p=openwrt%2Fsvn-archive%2Farchive.git [packages] freeswitch: Don't look for libgnutls-config. The package does not depend on gnutls and it will only find the hosts libgnutls-config anyway. SVN-Revision: 19792 --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index b7128f4af3..ab2ce0c546 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -274,6 +274,7 @@ CONFIGURE_VARS+= \ apr_cv_process_shared_works="no" \ apr_cv_tcp_nodelay_with_cork="yes" \ apr_cv_type_rwlock_t="yes" \ + ac_cv_path_LIBGNUTLS_CONFIG="no" \ define Build/Prepare $(call Build/Prepare/Default)