summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-02-16 16:30:00 +0000
committerJoshua Colp <jcolp@digium.com>2017-02-21 05:25:13 -0600
commit28c8e4f58f0f38792c7c79a05bd07788ebf15332 (patch)
tree8e633ffa84dc1d5e92cc3de1cbd321e017edad31 /configure.ac
parent50e984115dead1c500903a5f8767b463a1bcd88c (diff)
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. If DESTDIR is specified, however, the old logic is executed as the install process may not have permission to alter the ldconfig cache. ASTERISK-26705 Change-Id: If4eca46ac510c6fea5568256280ffdb3888d7bb4
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions