Skip to content
Snippets Groups Projects
Commit 9ad1df71 authored by zuul's avatar zuul Committed by Gerrit Code Review
Browse files

Merge "Revert "build: Execute ldconfig to build cache.""

parents 1052c880 ced73d5b
Branches
Tags
No related merge requests found
...@@ -355,11 +355,7 @@ else # Darwin ...@@ -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),.) ...@@ -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::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment