]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Revert "build: Execute ldconfig to build cache." 27/5027/1
authorJoshua Colp <jcolp@digium.com>
Mon, 20 Feb 2017 17:19:55 +0000 (11:19 -0600)
committerJoshua Colp <jcolp@digium.com>
Mon, 20 Feb 2017 17:19:55 +0000 (11:19 -0600)
This reverts commit 8851c3e0885cb704a5a6159a51768ea5297e9b10.

Change-Id: I124380be5e3bd57da978428a2a93604336ccd0db

main/Makefile

index 331da845c81c394282c7c45e3d7224e44f888858..4d1b2c41bd27877b2ce8ef0ea3beb29f6890fb50 100644 (file)
@@ -355,7 +355,7 @@ else # Darwin
 endif
 endif
 ifneq ($(LDCONFIG),)
-       $(LDCONFIG)
+       $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
 endif
        $(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk"
 
@@ -373,7 +373,7 @@ ifneq ($(ASTPJ_LIB).$(ASTPJ_SO_VERSION),.)
        rm -f "$(DESTDIR)$(ASTLIBDIR)/$(ASTPJ_LIB)"
 endif
 ifneq ($(LDCONFIG),)
-       $(LDCONFIG)
+       $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
 endif
 
 clean::