]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build: Execute ldconfig to build cache. 82/4982/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 20:21:06 +0000 (14:21 -0600)
commitbba48a56620afd6c92760eba8a046513fbb227ab
tree5886858d96bf2deb77dda36c2e18242307e72095
parent6d64f9445051a0e7b6c8e752818425e145c0b4ea
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