mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Revert "build: Execute ldconfig to build cache."
This reverts commit 28c8e4f58f
.
Change-Id: Ie2e1aaf61fd49045994974a4581545ac8348fe4c
This commit is contained in:
@@ -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::
|
||||
|
Reference in New Issue
Block a user