From: Joshua Colp Date: Mon, 20 Feb 2017 17:19:46 +0000 (-0600) Subject: Revert "build: Execute ldconfig to build cache." X-Git-Tag: 14.4.0-rc1~82^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F5026%2F1;p=thirdparty%2Fasterisk.git Revert "build: Execute ldconfig to build cache." This reverts commit bba48a56620afd6c92760eba8a046513fbb227ab. Change-Id: I2df70dde1ffc1b5f195af9e923147cb898af217e --- 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::