[svn-commits] kpfleming: trunk r370482 - /trunk/main/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 25 07:38:01 CDT 2012


Author: kpfleming
Date: Wed Jul 25 07:37:58 2012
New Revision: 370482

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370482
Log:
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.


Modified:
    trunk/main/Makefile

Modified: trunk/main/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/main/Makefile?view=diff&rev=370482&r1=370481&r2=370482
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Wed Jul 25 07:37:58 2012
@@ -146,7 +146,7 @@
 
 ifneq ($(LIBEDIT_INTERNAL),no)
 LIBEDIT_OBJ=editline/libedit.a
-LIBEDIT_INCLUDE=-Ieditline
+LIBEDIT_INCLUDE=-I$(ASTTOPDIR)/main/editline
 endif
 
 db.o: _ASTCFLAGS+=$(SQLITE3_INCLUDE)




More information about the svn-commits mailing list