summaryrefslogtreecommitdiff
path: root/build_tools/menuselect-deps.in
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2008-03-17 22:10:06 +0000
committerTerry Wilson <twilson@digium.com>2008-03-17 22:10:06 +0000
commite727d15d34036bd60686480ed6ac199e6562bae7 (patch)
treed01ed4464488cb441104c082e90234a9159115d0 /build_tools/menuselect-deps.in
parentb246e010d5d1a3e9498412e50e54ba1588e2a7ca (diff)
Replace minimime with superior GMime library so that the entire contents of an http post are not read into memory.
This does introduce a dependency on the GMime library for handling HTTP POSTs, but it is available in most distros. If the library is present, then the compile flag for ENABLE_UPLOADS is enabled by default in menuselect. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109229 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools/menuselect-deps.in')
-rw-r--r--build_tools/menuselect-deps.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in
index 80eaf7d4b..f724fe3ae 100644
--- a/build_tools/menuselect-deps.in
+++ b/build_tools/menuselect-deps.in
@@ -2,6 +2,7 @@ ASOUND=@PBX_ALSA@
CRYPTO=@PBX_CRYPTO@
CURL=@PBX_CURL@
FREETDS=@PBX_FREETDS@
+GMIME=@PBX_GMIME@
GNU_LD=@GNU_LD@
GSM=@PBX_GSM@
GTK2=@PBX_GTK2@