mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 02:18:31 +00:00
Merge "build: Execute ldconfig to build cache." into 13
This commit is contained in:
@@ -355,7 +355,7 @@ else # Darwin
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifneq ($(LDCONFIG),)
|
ifneq ($(LDCONFIG),)
|
||||||
$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
|
$(LDCONFIG)
|
||||||
endif
|
endif
|
||||||
$(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk"
|
$(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk"
|
||||||
|
|
||||||
@@ -373,7 +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),)
|
||||||
$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
|
$(LDCONFIG)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
Reference in New Issue
Block a user