From: Joshua Colp Date: Wed, 22 Feb 2017 17:12:59 +0000 (-0600) Subject: Revert "build: Execute ldconfig to build cache." X-Git-Tag: 14.4.0-rc1~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F5063%2F1;p=thirdparty%2Fasterisk.git Revert "build: Execute ldconfig to build cache." This reverts commit e852d5b848de9bb55dc3363013aa18ebd736ebb9. Change-Id: Ie1ffc470c656e8bfa14f890b58c8ecc187e50197 --- 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::