From f12eb7424197fa22d6a1fc09148ebec6893163bc Mon Sep 17 00:00:00 2001 From: twilson Date: Mon, 17 Mar 2008 22:10:06 +0000 Subject: 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/trunk@109229 f38db490-d61c-443f-a65b-d21fe96a405b --- makeopts.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index 8cce87628..3bf203ea8 100644 --- a/makeopts.in +++ b/makeopts.in @@ -81,6 +81,9 @@ EDITLINE_LIB=@EDITLINE_LIB@ FREETDS_INCLUDE=@FREETDS_INCLUDE@ FREETDS_LIB=@FREETDS_LIB@ +GMIME_INCLUDE=@GMIME_INCLUDE@ +GMIME_LIB=@GMIME_LIB@ + GSM_INTERNAL=@GSM_INTERNAL@ GSM_INCLUDE=@GSM_INCLUDE@ GSM_LIB=@GSM_LIB@ -- cgit v1.2.3