From: nbd Date: Thu, 14 Jun 2012 23:07:27 +0000 (+0000) Subject: freeswitch: avoid picking up libgcrypt X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e4cdd1516b88b68c043302abd004b913a7514708;p=packages.git freeswitch: avoid picking up libgcrypt git-svn-id: svn://svn.openwrt.org/openwrt/packages@32380 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index bdc3a930b..4135e91ca 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -492,6 +492,8 @@ CONFIGURE_VARS+= \ apr_cv_type_rwlock_t="yes" \ $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-perl),ac_cv_path_PERL="yes",) \ libzmq_cv_cxx_werror_flag="" \ + ac_cv_path_PKG_CONFIG=no \ + ac_cv_path_LIBGNUTLS_CONFIG=no define Build/Prepare