summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-02-17 12:15:41 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-02-17 12:15:41 -0600
commit2b10ba807431acc06502575a2928ba957d2726c8 (patch)
treeba77a3e1375d6b592e99e6ce9b3e2dbd26dd722b
parent73cbb915c14620d831e884daa895c5d20709a347 (diff)
parente910dbab90ef3d628955c49f441b2c9dda1f222c (diff)
Merge "build: Execute ldconfig to build cache." into 13
-rw-r--r--main/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/Makefile b/main/Makefile
index a51b48bb1..da38a3e3e 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -355,7 +355,7 @@ else # Darwin
endif
endif
ifneq ($(LDCONFIG),)
- $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
+ $(LDCONFIG)
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_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
+ $(LDCONFIG)
endif
clean::