From 05280116b8581abaccb12e3e587d9cd3eca36f0e Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Mon, 20 Feb 2017 11:19:46 -0600 Subject: [PATCH] Revert "build: Execute ldconfig to build cache." This reverts commit bba48a56620afd6c92760eba8a046513fbb227ab. Change-Id: I2df70dde1ffc1b5f195af9e923147cb898af217e --- main/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/Makefile b/main/Makefile index 331da845c8..4d1b2c41bd 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:: -- 2.47.2