Revert "build: Execute ldconfig to build cache."

This reverts commit e852d5b848.

Change-Id: Ie1ffc470c656e8bfa14f890b58c8ecc187e50197
This commit is contained in:
Joshua Colp
2017-02-22 11:12:59 -06:00
parent e852d5b848
commit 5475f227ba

View File

@@ -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::