From 4e4e469f448b34e03fb1c1988e26ede031a70f11 Mon Sep 17 00:00:00 2001 From: twilson Date: Mon, 17 Mar 2008 22:24:46 +0000 Subject: Merged revisions 109229 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r109229 | twilson | 2008-03-17 17:10:06 -0500 (Mon, 17 Mar 2008) | 5 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.0@109254 f38db490-d61c-443f-a65b-d21fe96a405b --- build_tools/menuselect-deps.in | 1 + 1 file changed, 1 insertion(+) (limited to 'build_tools/menuselect-deps.in') 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@ -- cgit v1.2.3