Skip to content
Snippets Groups Projects
Commit 6b6b3ffa authored by Alexander Traud's avatar Alexander Traud
Browse files

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
parent 41a05aac
No related branches found
No related tags found
No related merge requests found
......@@ -972,7 +972,7 @@ ifeq ($(HAVE_DAHDI),1)
endif
$(MAKE) -C sounds uninstall
ifneq ($(LDCONFIG),)
$(LDCONFIG) || :
$(LDCONFIG) "$(ASTLIBDIR)/" || :
endif
uninstall: _uninstall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment