<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/8001">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Corey Farrell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BuildSystem: Invoke ldconfig with previous path.<br><br>On OpenBSD, gmake uninstall{-all} registered only libraries from /usr/lib and<br>lost those from /usr/local/lib. Instead, invoke ldconfig on a path.<br><br>ASTERISK-27595<br><br>Change-Id: I4aa2c0b5e07119d1a556f8ff6349eaf09e986888<br>---<br>M Makefile<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/Makefile b/Makefile<br>index f116e2d..6b8f81f 100644<br>--- a/Makefile<br>+++ b/Makefile<br>@@ -972,7 +972,7 @@<br> endif<br>  $(MAKE) -C sounds uninstall<br> ifneq ($(LDCONFIG),)<br>-   $(LDCONFIG) || :<br>+     $(LDCONFIG) "$(ASTLIBDIR)/" || :<br> endif<br> <br> uninstall: _uninstall<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8001">change 8001</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/8001"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I4aa2c0b5e07119d1a556f8ff6349eaf09e986888 </div>
<div style="display:none"> Gerrit-Change-Number: 8001 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>