<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7999">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BuildSystem: Invoke ldconfig with previous paths.<br><br>On OpenBSD, gmake uninstall{-all} registered only libraries from /usr/lib and<br>forgot those from /usr/local/lib.<br><br>ASTERISK-27595<br><br>Change-Id: I4aa2c0b5e07119d1a556f8ff6349eaf09e986888<br>---<br>M Makefile<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/99/7999/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/Makefile b/Makefile<br>index afd50c3..ffe5096 100644<br>--- a/Makefile<br>+++ b/Makefile<br>@@ -625,7 +625,7 @@<br> ifneq ($(LDCONFIG),)<br> ifeq ($(DESTDIR),)  # DESTDIR means binary archive creation; ldconfig should be run on postinst<br>   @if [ $${EUID} -eq 0 ] ; then \<br>-              $(LDCONFIG) "$(ASTLIBDIR)/" ; \<br>+            $(LDCONFIG) -R "$(ASTLIBDIR)/" ; \<br>  else \<br>                echo " WARNING WARNING WARNING" ;\<br>          echo "" ;\<br>@@ -969,7 +969,7 @@<br> endif<br>     $(MAKE) -C sounds uninstall<br> ifneq ($(LDCONFIG),)<br>-   $(LDCONFIG) || :<br>+     $(LDCONFIG) -R || :<br> endif<br> <br> uninstall: _uninstall<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7999">change 7999</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/7999"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I4aa2c0b5e07119d1a556f8ff6349eaf09e986888 </div>
<div style="display:none"> Gerrit-Change-Number: 7999 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>