[asterisk-commits] Revert "build: Execute ldconfig to build cache." (asterisk[14])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Feb 20 14:06:40 CST 2017


Anonymous Coward #1000019 has submitted this change and it was merged. ( https://gerrit.asterisk.org/5026 )

Change subject: Revert "build: Execute ldconfig to build cache."
......................................................................


Revert "build: Execute ldconfig to build cache."

This reverts commit bba48a56620afd6c92760eba8a046513fbb227ab.

Change-Id: I2df70dde1ffc1b5f195af9e923147cb898af217e
---
M main/Makefile
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Richard Mudgett: Looks good to me, but someone else must approve
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, approved



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/5026
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2df70dde1ffc1b5f195af9e923147cb898af217e
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Scott Griepentrog <sgriepentrog at digium.com>



More information about the asterisk-commits mailing list