[svn-commits] seanbright: branch seanbright/hoard-integration r126360 - in /team/seanbright...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jun 29 11:35:10 CDT 2008


Author: seanbright
Date: Sun Jun 29 11:35:09 2008
New Revision: 126360

URL: http://svn.digium.com/view/asterisk?view=rev&rev=126360
Log:
Setup the configure and menuselect madness for libhoard.

Modified:
    team/seanbright/hoard-integration/build_tools/cflags.xml
    team/seanbright/hoard-integration/build_tools/menuselect-deps.in
    team/seanbright/hoard-integration/configure
    team/seanbright/hoard-integration/configure.ac
    team/seanbright/hoard-integration/makeopts.in

Modified: team/seanbright/hoard-integration/build_tools/cflags.xml
URL: http://svn.digium.com/view/asterisk/team/seanbright/hoard-integration/build_tools/cflags.xml?view=diff&rev=126360&r1=126359&r2=126360
==============================================================================
--- team/seanbright/hoard-integration/build_tools/cflags.xml (original)
+++ team/seanbright/hoard-integration/build_tools/cflags.xml Sun Jun 29 11:35:09 2008
@@ -9,6 +9,10 @@
 			<defaultenabled>yes</defaultenabled>
 		</member>
 		<member name="LOW_MEMORY" displayname="Optimize for Low Memory Usage">
+		</member>
+		<member name="USE_HOARD_ALLOCATOR" displayname="Use the Hoard Memory Allocator instead of the default system one">
+			<defaultenabled>no</defaultenabled>
+			<depend>hoard</depend>
 		</member>
 		<member name="LOTS_OF_SPANS" displayname="More than 32 Zaptel spans">
 		</member>

Modified: team/seanbright/hoard-integration/build_tools/menuselect-deps.in
URL: http://svn.digium.com/view/asterisk/team/seanbright/hoard-integration/build_tools/menuselect-deps.in?view=diff&rev=126360&r1=126359&r2=126360
==============================================================================
--- team/seanbright/hoard-integration/build_tools/menuselect-deps.in (original)
+++ team/seanbright/hoard-integration/build_tools/menuselect-deps.in Sun Jun 29 11:35:09 2008
@@ -9,6 +9,7 @@
 GTK2=@PBX_GTK2@
 GTK=@PBX_GTK@
 H323=@PBX_H323@
+HOARD=@PBX_HOARD@
 ICONV=@PBX_ICONV@
 IKSEMEL=@PBX_IKSEMEL@
 IMAP_TK=@PBX_IMAP_TK@

Modified: team/seanbright/hoard-integration/configure.ac
URL: http://svn.digium.com/view/asterisk/team/seanbright/hoard-integration/configure.ac?view=diff&rev=126360&r1=126359&r2=126360
==============================================================================
--- team/seanbright/hoard-integration/configure.ac (original)
+++ team/seanbright/hoard-integration/configure.ac Sun Jun 29 11:35:09 2008
@@ -213,6 +213,7 @@
 AST_EXT_LIB_SETUP([GTK], [gtk libraries], [gtk])
 AST_EXT_LIB_SETUP([GTK2], [gtk2 libraries], [gtk2])
 AST_EXT_LIB_SETUP([GMIME], [GMime library], [gmime])
+AST_EXT_LIB_SETUP([HOARD], [Hoard Memory Allocator], [hoard])
 AST_EXT_LIB_SETUP([ICONV], [Iconv Library], [iconv])
 AST_EXT_LIB_SETUP([IKSEMEL], [Iksemel Jabber Library], [iksemel])
 AST_EXT_LIB_SETUP([IMAP_TK], [UW IMAP Toolkit], [imap])
@@ -1389,6 +1390,8 @@
 
 AST_EXT_TOOL_CHECK([GMIME], [gmime])
 
+AST_EXT_LIB_CHECK([HOARD], [hoard], [malloc], [])
+
 AST_EXT_LIB_CHECK([FREETDS], [sybdb], [dbinit], [sybdb.h])
 
 AST_EXT_LIB_CHECK([TERMCAP], [termcap], [tgetent], [])

Modified: team/seanbright/hoard-integration/makeopts.in
URL: http://svn.digium.com/view/asterisk/team/seanbright/hoard-integration/makeopts.in?view=diff&rev=126360&r1=126359&r2=126360
==============================================================================
--- team/seanbright/hoard-integration/makeopts.in (original)
+++ team/seanbright/hoard-integration/makeopts.in Sun Jun 29 11:35:09 2008
@@ -84,6 +84,8 @@
 GMIME_INCLUDE=@GMIME_INCLUDE@
 GMIME_LIB=@GMIME_LIB@
 
+HOARD_LIB=@HOARD_LIB@
+
 GSM_INTERNAL=@GSM_INTERNAL@
 GSM_INCLUDE=@GSM_INCLUDE@
 GSM_LIB=@GSM_LIB@




More information about the svn-commits mailing list