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 8851c3e088
.
Change-Id: I124380be5e3bd57da978428a2a93604336ccd0db
This commit is contained in:
@@ -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::
|
||||
|
Reference in New Issue
Block a user