[Asterisk-code-review] codec opus: Check only for presence of libcurl (asterisk[15])

Alexander Traud asteriskteam at digium.com
Mon Jan 8 10:43:33 CST 2018


Alexander Traud has posted comments on this change. ( https://gerrit.asterisk.org/7863 )

Change subject: codec_opus: Check only for presence of libcurl
......................................................................


Patch Set 2:

Yes, autoconf tries to creates a small app. That fails because the linker is not able to resolve -lcurl to libcurl.so, because that is not installed/linked. Therefore that test fails. One approach could be ldconfig -p | grep libcurl. However yet, I am not sure whether autoconf is the right place to detect that all.


-- 
To view, visit https://gerrit.asterisk.org/7863
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: comment
Gerrit-Change-Id: I34357d6fe58679bfdfe5b841391b6a12db770e18
Gerrit-Change-Number: 7863
Gerrit-PatchSet: 2
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Comment-Date: Mon, 08 Jan 2018 16:43:33 +0000
Gerrit-HasComments: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180108/2edb60e4/attachment-0001.html>


More information about the asterisk-code-review mailing list