[Asterisk-code-review] CI: New way to determnine libdir (...asterisk[13])

Corey Farrell asteriskteam at digium.com
Wed Jun 19 12:33:45 CDT 2019


Corey Farrell has posted comments on this change. ( https://gerrit.asterisk.org/c/asterisk/+/11482 )

Change subject: CI:  New way to determnine libdir
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.asterisk.org/#/c/11482/1/tests/CI/findLibdir.sh 
File tests/CI/findLibdir.sh:

PS1: 
Another potential method:

> #!/usr/bin/env sh
> 
> if gcc -print-file-name=libsqlite3.so|grep -e 'lib64' > /dev/null; then
>   echo /usr/lib64
> else
>   echo /usr/lib
> fi


The os-release matching is probably good enough but I just wanted to mention this since it's possibly more generic.  This works by detecting libsqlite3.so which is a required library for Asterisk.



-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/11482
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: Iad66374b550fd89349bedbbf2b93f8edd195a7c3
Gerrit-Change-Number: 11482
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Comment-Date: Wed, 19 Jun 2019 17:33:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190619/cd252bda/attachment.html>


More information about the asterisk-code-review mailing list