[Asterisk-code-review] Revert "build: Execute ldconfig to build cache." (asterisk[master])
    Joshua Colp 
    asteriskteam at digium.com
       
    Mon Feb 20 11:19:55 CST 2017
    
    
  
Hello George Joseph, Richard Mudgett, Scott Griepentrog, Anonymous Coward #1000019,
I'd like you to do a code review.  Please visit
    https://gerrit.asterisk.org/5027
to review the following change.
Change subject: Revert "build: Execute ldconfig to build cache."
......................................................................
Revert "build: Execute ldconfig to build cache."
This reverts commit 8851c3e0885cb704a5a6159a51768ea5297e9b10.
Change-Id: I124380be5e3bd57da978428a2a93604336ccd0db
---
M main/Makefile
1 file changed, 2 insertions(+), 2 deletions(-)
  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/27/5027/1
diff --git a/main/Makefile b/main/Makefile
index 331da84..4d1b2c4 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -355,7 +355,7 @@
 endif
 endif
 ifneq ($(LDCONFIG),)
-	$(LDCONFIG)
+	$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
 endif
 	$(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk"
 
@@ -373,7 +373,7 @@
 	rm -f "$(DESTDIR)$(ASTLIBDIR)/$(ASTPJ_LIB)"
 endif
 ifneq ($(LDCONFIG),)
-	$(LDCONFIG)
+	$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
 endif
 
 clean::
-- 
To view, visit https://gerrit.asterisk.org/5027
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I124380be5e3bd57da978428a2a93604336ccd0db
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Scott Griepentrog <sgriepentrog at digium.com>
    
    
More information about the asterisk-code-review
mailing list