summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2018-01-17 15:17:38 +0100
committerAlexander Traud <pabstraud@compuserve.com>2018-02-13 20:51:00 +0100
commit6b6b3ffa5b9aafc1183cf7ffd121ac50aaad07db (patch)
tree022d5f463368c6cb3b0d417556fcda886a4ed82c /Makefile
parent41a05aacc95a2cfc80b3c232be02efc4ae380103 (diff)
BuildSystem: Invoke ldconfig with previous path.
On OpenBSD, gmake uninstall{-all} registered only libraries from /usr/lib and lost those from /usr/local/lib. Instead, invoke ldconfig on a path. ASTERISK-27595 Change-Id: I4aa2c0b5e07119d1a556f8ff6349eaf09e986888
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f116e2dd9..6b8f81fad 100644
--- a/Makefile
+++ b/Makefile
@@ -972,7 +972,7 @@ ifeq ($(HAVE_DAHDI),1)
endif
$(MAKE) -C sounds uninstall
ifneq ($(LDCONFIG),)
- $(LDCONFIG) || :
+ $(LDCONFIG) "$(ASTLIBDIR)/" || :
endif
uninstall: _uninstall