summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2017-02-20 14:09:27 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-02-20 14:09:27 -0600
commit496a7b0b4ce6d6b3d3bc4fd98a4df99c1e7f0c25 (patch)
treee832daf6a0a9e80726ff5ef816fbb24207120e38
parentfe88f2e5ca1aadfd77fb1e11122755d37fdbb49d (diff)
parent7739b0b3aebcbec892f954650d7406013f4b622f (diff)
Merge "Revert "build: Execute ldconfig to build cache.""
-rw-r--r--main/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/Makefile b/main/Makefile
index 331da845c..4d1b2c41b 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -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::