From 6cf6d9eca5c9a6ed95c646545c06bf9d5ee82b13 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Sun, 3 Aug 2008 16:14:14 +0000 Subject: Merge in changes that allow Asterisk to be built against the Hoard memory allocator. See doc/hoard.txt for more details. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@135405 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'main/Makefile') diff --git a/main/Makefile b/main/Makefile index ddecb0b37..a985819de 100644 --- a/main/Makefile +++ b/main/Makefile @@ -104,6 +104,12 @@ ifeq ($(OSARCH),SunOS) 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 -- cgit v1.2.3