[asterisk-dev] init scripts for OSARCH = linux-gnueabihf
Konstantin M.
evilzluk at gmail.com
Fri Mar 15 22:41:56 CDT 2013
Hello,
I've successfully build asterisk 1.8.20.1 on my Raspberry Pi but having a
problem with 'make config'.
Could you please fix configure for OSARCH = linux-gnueabihf ?
I see in configure:
...
linux-gnueabi)
OSARCH=linux-gnu
...
but there is no support for high float.
After a temporary fix of Makefile:
config:
- @if [ "${OSARCH}" = "linux-gnu" ]; then \
+ @if [ "${OSARCH}" = "linux-gnu" -o "${OSARCH}" = "linux-gnueabihf"
]; then \
I see that my init.d config was successfully created.
raspberrypi*CLI> core show version
Asterisk 1.8.20.1 built by root @ raspberrypi on a armv6l running Linux on
2013-03-16 01:26:20 UTC
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130316/259e0e59/attachment.htm>
More information about the asterisk-dev
mailing list