From: Kevin P. Fleming Date: Wed, 25 Jul 2012 12:37:58 +0000 (+0000) Subject: Use an absolute path when referring to the embedded editline directory. X-Git-Tag: 11.0.0-beta1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67f8a62fc97963e69b1fc9c5e0e47718d692c7d5;p=thirdparty%2Fasterisk.git 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 --- 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)