pttlink / Asterisk

Version of asterisk used for PTTLink. And home of the original ASL code base repo.
Other
39 stars 34 forks source link

build on every PR #72

Open kd7lxl opened 3 years ago

w0jrl commented 3 years ago

I see that this commit builds Asterisk and Dahdi. Questions: Why use gcc-4.9? Dahdi and asterisk build fine on gcc-6.3.0. Also, it looks like this commit builds against Ubuntu-16.04. According to https://wiki.ubuntu.com/Releases, standard support will end April 2021.

kd7lxl commented 3 years ago

I see that this commit builds Asterisk and Dahdi. Questions: Why use gcc-4.9? Dahdi and asterisk build fine on gcc-6.3.0. Also, it looks like this commit builds against Ubuntu-16.04. According to https://wiki.ubuntu.com/Releases, standard support will end April 2021.

This process tests the published instructions to see if they work with the current code: https://wiki.allstarlink.org/wiki/Compiling

It didn't pass the configure stage until I downgraded to gcc-4.9, and 16.04 was the latest distro that has 4.9 as a package. I'd welcome a solution to upgrade both, but it's still not building as is.

w0jrl commented 10 months ago

This pr has no description. If you would like to reopen it, please provide a description of what this pr is ment to do.