[Asterisk-code-review] Build System: Fix build failure caused by recent CLI improve... (asterisk[master])

Corey Farrell asteriskteam at digium.com
Fri Nov 3 10:39:00 CDT 2017


Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/6972


Change subject: Build System: Fix build failure caused by recent CLI improvements.
......................................................................

Build System: Fix build failure caused by recent CLI improvements.

We use the editline library to help with filename completion in our CLI
interface.  Some systems failed to find the header when included from
loader.c.  This is fixed by setting the proper CFLAGS for the build of
loader.o.

ASTERISK-27378

Change-Id: Ib7fd496f1d7ed48141a2eadd5dd61cab2f2308be
---
M main/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/72/6972/1

diff --git a/main/Makefile b/main/Makefile
index 968f746..08d1f65 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -149,7 +149,7 @@
 
 db.o: _ASTCFLAGS+=$(SQLITE3_INCLUDE)
 asterisk.o: _ASTCFLAGS+=$(LIBEDIT_INCLUDE)
-cli.o: _ASTCFLAGS+=$(LIBEDIT_INCLUDE)
+loader.o: _ASTCFLAGS+=$(LIBEDIT_INCLUDE)
 json.o: _ASTCFLAGS+=$(JANSSON_INCLUDE)
 bucket.o: _ASTCFLAGS+=$(URIPARSER_INCLUDE)
 crypt.o: _ASTCFLAGS+=$(CRYPT_INCLUDE)

-- 
To view, visit https://gerrit.asterisk.org/6972
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7fd496f1d7ed48141a2eadd5dd61cab2f2308be
Gerrit-Change-Number: 6972
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171103/9c930601/attachment.html>


More information about the asterisk-code-review mailing list