Skip to content
Snippets Groups Projects
Commit 7739b0b3 authored by Joshua Colp's avatar Joshua Colp
Browse files

Revert "build: Execute ldconfig to build cache."

This reverts commit 8851c3e0.

Change-Id: I124380be5e3bd57da978428a2a93604336ccd0db
parent 8851c3e0
No related branches found
No related tags found
No related merge requests found
...@@ -355,7 +355,7 @@ else # Darwin ...@@ -355,7 +355,7 @@ else # Darwin
endif endif
endif endif
ifneq ($(LDCONFIG),) ifneq ($(LDCONFIG),)
$(LDCONFIG) $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
endif endif
$(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk" $(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk"
...@@ -373,7 +373,7 @@ ifneq ($(ASTPJ_LIB).$(ASTPJ_SO_VERSION),.) ...@@ -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) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
endif endif
clean:: clean::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment