From: Felix Fietkau Date: Thu, 14 Jun 2012 23:07:27 +0000 (+0000) Subject: freeswitch: avoid picking up libgcrypt X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1f383c7fa316697c2d1155a63a9043e14cd23d60;p=openwrt%2Fsvn-archive%2Fpackages.git freeswitch: avoid picking up libgcrypt SVN-Revision: 32380 --- 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