]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Fix use of LDCONFIG for shared library link creation 17/2517/1
authorGeorge Joseph <george.joseph@fairview5.com>
Wed, 30 Mar 2016 23:34:42 +0000 (17:34 -0600)
committerGeorge Joseph <george.joseph@fairview5.com>
Wed, 30 Mar 2016 23:46:15 +0000 (18:46 -0500)
commit304f81780dcb9702d46164d194b9fdd808c4b99f
tree0524ee15ecf3392e64a1050160743dff023a238c
parent23d2a561d55bc226414dc839544138d77b49adfa
pjproject_bundled:  Fix use of LDCONFIG for shared library link creation

LDCONFIG apparently isn't set to something sane on all systems so the creation
of the shared library links fails.  Instead of just testing for non-blank,
main/Makefile now checks that LDCONFIG is actually executable and reverts to
LN if it isn't.

This applies to both libasteriskpj and libasteriskssl.

Thanks to 'abelbeck' for pointing out that the issue was LDCONFIG.

ASTERISK-25873 #close
Reported-by: Hans van Eijsden
Change-Id: I25b76379bc637726ec044b2c0e709b56b3701729
main/Makefile