]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build: Execute ldconfig to build cache. 81/4981/1
authorJoshua Colp <jcolp@digium.com>
Thu, 16 Feb 2017 16:30:00 +0000 (16:30 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 16 Feb 2017 16:33:20 +0000 (16:33 +0000)
commite910dbab90ef3d628955c49f441b2c9dda1f222c
tree99d708a55a4c03322bc571b0ecf10870cc11db01
parent24c2ef2418997c26eeca1b68fbe940b075e54e28
build: Execute ldconfig to build cache.

On some platforms a multiarch approach is used for libraries.
The build system does not take this into account and still
places libraries into the lib directory if no --libdir is
specified to configure. On initial startup this results in
libasteriskssl.so not being found, as it is not in the multiarch
lib directory.

This change does the minimally invasive thing and executes
ldconfig so that the libraries in the lib directory are found
and their location cached. By doing so Asterisk starts up fine.

ASTERISK-26705

Change-Id: I6d30b6427e9d5e69470e11327c7ff203fa7da519
main/Makefile