<p>George Joseph has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/repotools/+/15037">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Makefile.product_rules: Allow specifying OPENSSL_PATH and ZLIB_PATH<br><br>...for libcp.  If set in the top product Makefile, those paths will<br>be used to build libcpo instead of the embedded versions.<br><br>Change-Id: I6ab1fdd837cc89ca216f776bc2363fcc4b21e38b<br>---<br>M build_tools/Makefile.product_rules<br>1 file changed, 1 insertion(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/repotools refs/changes/37/15037/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/build_tools/Makefile.product_rules b/build_tools/Makefile.product_rules</span><br><span>index 15ed0a6..59cb9ec 100644</span><br><span>--- a/build_tools/Makefile.product_rules</span><br><span>+++ b/build_tools/Makefile.product_rules</span><br><span>@@ -113,8 +113,6 @@</span><br><span> $(info $(help))</span><br><span> endif</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-.PRECIOUS: $(LIBS)</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> .PHONY: all</span><br><span> all:</span><br><span>    @echo</span><br><span>@@ -129,7 +127,7 @@</span><br><span>  if [ "x$$lastconfig" != "x$$currconfig" ] ; then\</span><br><span>                echo " [MAKE PREREQ] $@ $(ARCH) with $(DEBUG_CFLAGS)";\</span><br><span>            $(MAKE) INDENT="+   " --quiet --no-print-directory -C libcp clean;\</span><br><span style="color: hsl(0, 100%, 40%);">-           $(MAKE) INDENT="+   " --quiet --no-print-directory -j -C libcp ARCH=$(ARCH) OPT="$(CFLAGS)" DEBUG="$(DEBUG_CFLAGS)" libcp.a && \</span><br><span style="color: hsl(120, 100%, 40%);">+                $(MAKE) INDENT="+   " --quiet --no-print-directory -j -C libcp ZLIB_PATH=$(ZLIB_PATH) OPENSSL_PATH=$(OPENSSL_PATH) ARCH=$(ARCH) OPT="$(CFLAGS)" DEBUG="$(DEBUG_CFLAGS)" libcp.a && \</span><br><span>           echo "$$currconfig" > last_$@~;\</span><br><span>        else \</span><br><span>               echo " [MAKE PREREQ] $@ $(ARCH) with $(DEBUG_CFLAGS) not needed";\</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/repotools/+/15037">change 15037</a>. To unsubscribe, or for help writing mail filters, 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/c/repotools/+/15037"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: repotools </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I6ab1fdd837cc89ca216f776bc2363fcc4b21e38b </div>
<div style="display:none"> Gerrit-Change-Number: 15037 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>