<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6974">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Build System: Fix build failure caused by recent CLI improvements.<br><br>We use the editline library to help with filename completion in our CLI<br>interface.  Some systems failed to find the header when included from<br>loader.c.  This is fixed by setting the proper CFLAGS for the build of<br>loader.o.<br><br>ASTERISK-27378<br><br>Change-Id: Ib7fd496f1d7ed48141a2eadd5dd61cab2f2308be<br>---<br>M main/Makefile<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/74/6974/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/Makefile b/main/Makefile<br>index 8e06ce3..efb0caf 100644<br>--- a/main/Makefile<br>+++ b/main/Makefile<br>@@ -149,7 +149,7 @@<br> <br> db.o: _ASTCFLAGS+=$(SQLITE3_INCLUDE)<br> asterisk.o: _ASTCFLAGS+=$(LIBEDIT_INCLUDE)<br>-cli.o: _ASTCFLAGS+=$(LIBEDIT_INCLUDE)<br>+loader.o: _ASTCFLAGS+=$(LIBEDIT_INCLUDE)<br> json.o: _ASTCFLAGS+=$(JANSSON_INCLUDE)<br> bucket.o: _ASTCFLAGS+=$(URIPARSER_INCLUDE)<br> crypt.o: _ASTCFLAGS+=$(CRYPT_INCLUDE)<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6974">change 6974</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/6974"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ib7fd496f1d7ed48141a2eadd5dd61cab2f2308be </div>
<div style="display:none"> Gerrit-Change-Number: 6974 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>