projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f4e85
)
[packages] freeswitch: Don't look for libgnutls-config. The package does not
author
Lars-Peter Clausen
<lars@metafoo.de>
Sun, 21 Feb 2010 14:16:48 +0000
(14:16 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Sun, 21 Feb 2010 14:16:48 +0000
(14:16 +0000)
depend on gnutls and it will only find the hosts libgnutls-config anyway.
SVN-Revision: 19792
net/freeswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/freeswitch/Makefile
b/net/freeswitch/Makefile
index b7128f4af3cdb6dc7409c717fde5e8e9346311e8..ab2ce0c54654392f5051862556550ee3cb92052a 100644
(file)
--- 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)