From 67f8a62fc97963e69b1fc9c5e0e47718d692c7d5 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 25 Jul 2012 12:37:58 +0000 Subject: [PATCH] Use an absolute path when referring to the embedded editline directory. This patch changes the build system to refer to the embedded editline directory using an absolute path, which will resolve a problem seen on the CentOS automated build agents. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370482 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/Makefile b/main/Makefile index 0ff0deaf86..aa8dfb6ba0 100644 --- a/main/Makefile +++ b/main/Makefile @@ -146,7 +146,7 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h ifneq ($(LIBEDIT_INTERNAL),no) LIBEDIT_OBJ=editline/libedit.a -LIBEDIT_INCLUDE=-Ieditline +LIBEDIT_INCLUDE=-I$(ASTTOPDIR)/main/editline endif db.o: _ASTCFLAGS+=$(SQLITE3_INCLUDE)