From 5475f227ba9075ff2b39c13d6d6f5fcfc0fbe1dd Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Wed, 22 Feb 2017 11:12:59 -0600 Subject: [PATCH] Revert "build: Execute ldconfig to build cache." This reverts commit e852d5b848de9bb55dc3363013aa18ebd736ebb9. Change-Id: Ie1ffc470c656e8bfa14f890b58c8ecc187e50197 --- main/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/main/Makefile b/main/Makefile index 3c371c6685..4d1b2c41bd 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:: -- 2.47.2