summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-02-22 11:13:04 -0600
committerJoshua Colp <jcolp@digium.com>2017-02-22 11:13:04 -0600
commit5c9c097d179c7bf140dccc998afba6eeb65d9965 (patch)
treea500d7a46dd6aa6320666d93ce5ee8a17d59aee7
parentd90430953c508670a67de68de400fef44f5e9fba (diff)
Revert "build: Execute ldconfig to build cache."
This reverts commit d90430953c508670a67de68de400fef44f5e9fba. Change-Id: I758fe7ea0408f83a6df8e1774310d69f482700f6
-rw-r--r--main/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/main/Makefile b/main/Makefile
index b3e84e16c..a51b48bb1 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -355,11 +355,7 @@ else # Darwin
endif
endif
ifneq ($(LDCONFIG),)
-ifneq ($(DESTDIR),)
$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
-else
- $(LDCONFIG)
-endif
endif
$(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk"
@@ -377,11 +373,7 @@ ifneq ($(ASTPJ_LIB).$(ASTPJ_SO_VERSION),.)
rm -f "$(DESTDIR)$(ASTLIBDIR)/$(ASTPJ_LIB)"
endif
ifneq ($(LDCONFIG),)
-ifneq ($(DESTDIR),)
$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
-else
- $(LDCONFIG)
-endif
endif
clean::