mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
Repair editline builds using in-tree editline sources.
The previous change to the build system for using a system-provided editline library was missing a crucial include directory for building against the copy of the library in the Asterisk source tree. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370488 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -146,7 +146,7 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
|
|||||||
|
|
||||||
ifneq ($(LIBEDIT_INTERNAL),no)
|
ifneq ($(LIBEDIT_INTERNAL),no)
|
||||||
LIBEDIT_OBJ=editline/libedit.a
|
LIBEDIT_OBJ=editline/libedit.a
|
||||||
LIBEDIT_INCLUDE=-I$(ASTTOPDIR)/main/editline
|
LIBEDIT_INCLUDE=-I. -Ieditline
|
||||||
endif
|
endif
|
||||||
|
|
||||||
db.o: _ASTCFLAGS+=$(SQLITE3_INCLUDE)
|
db.o: _ASTCFLAGS+=$(SQLITE3_INCLUDE)
|
||||||
|
|||||||
Reference in New Issue
Block a user