Merge "Revert "build: Execute ldconfig to build cache."" into 13

changes/28/5028/1
zuul 8 years ago committed by Gerrit Code Review
commit a6db9c480e

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

Loading…
Cancel
Save