[asterisk-commits] seanbright: branch seanbright/hoard-integration r135404 - /team/seanbright/ho...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Aug 3 10:53:31 CDT 2008
Author: seanbright
Date: Sun Aug 3 10:53:31 2008
New Revision: 135404
URL: http://svn.digium.com/view/asterisk?view=rev&rev=135404
Log:
Link against hoard if requested.
Modified:
team/seanbright/hoard-integration/main/Makefile
Modified: team/seanbright/hoard-integration/main/Makefile
URL: http://svn.digium.com/view/asterisk/team/seanbright/hoard-integration/main/Makefile?view=diff&rev=135404&r1=135403&r2=135404
==============================================================================
--- team/seanbright/hoard-integration/main/Makefile (original)
+++ team/seanbright/hoard-integration/main/Makefile Sun Aug 3 10:53:31 2008
@@ -104,6 +104,12 @@
ASTLINK=
endif
+ifneq ($(findstring USE_HOARD_ALLOCATOR,$(MENUSELECT_CFLAGS)),)
+ ifneq ($(HOARD_LIB),)
+ AST_LIBS+=$(HOARD_LIB)
+ endif
+endif
+
CHECK_SUBDIR: # do nothing, just make sure that we recurse in the subdir/
editline/libedit.a: CHECK_SUBDIR
More information about the asterisk-commits
mailing list