mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
Revert "build: Execute ldconfig to build cache."
This reverts commit d90430953c
.
Change-Id: I758fe7ea0408f83a6df8e1774310d69f482700f6
This commit is contained in:
@@ -355,11 +355,7 @@ else # Darwin
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifneq ($(LDCONFIG),)
|
ifneq ($(LDCONFIG),)
|
||||||
ifneq ($(DESTDIR),)
|
|
||||||
$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
|
$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
|
||||||
else
|
|
||||||
$(LDCONFIG)
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
$(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk"
|
$(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk"
|
||||||
|
|
||||||
@@ -377,11 +373,7 @@ ifneq ($(ASTPJ_LIB).$(ASTPJ_SO_VERSION),.)
|
|||||||
rm -f "$(DESTDIR)$(ASTLIBDIR)/$(ASTPJ_LIB)"
|
rm -f "$(DESTDIR)$(ASTLIBDIR)/$(ASTPJ_LIB)"
|
||||||
endif
|
endif
|
||||||
ifneq ($(LDCONFIG),)
|
ifneq ($(LDCONFIG),)
|
||||||
ifneq ($(DESTDIR),)
|
|
||||||
$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
|
$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
|
||||||
else
|
|
||||||
$(LDCONFIG)
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
Reference in New Issue
Block a user