[asterisk-bugs] [JIRA] (ASTERISK-21006) unsupported host os "linux-gnueabihf"

Christian Hesse (JIRA) noreply at issues.asterisk.org
Tue Jan 29 20:44:58 CST 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=202381#comment-202381 ] 

Christian Hesse commented on ASTERISK-21006:
--------------------------------------------

Yes, I think I tracked it down. In file 'configure', changing line 4439 from

  linux-gnueabi)

to

  linux-gnueabi*)

should do the trick. Maybe, the corresponding change should be done in configure.ac, too.


Patch: Well, err, I never had to create one so I'm not used to the procedure. I googled a bit which lead me to produce the file I attach. I'm not sure if it qualifies as a patch file. If you could hint me on a "supply a patch-howto", best an Asterisk specific one, I'd appreciate that. 

Sorry for the inconvenience, I'm just trying to be helpful.

                
> unsupported host os "linux-gnueabihf"
> -------------------------------------
>
>                 Key: ASTERISK-21006
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21006
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/BuildSystem
>    Affects Versions: 11.2.1
>         Environment: Raspberry Pi, Raspbian, Wheezy, hard-float ABI, Kernel 3.2.27+ #250
> compiling as non-root
>            Reporter: Christian Hesse
>
> Building Asterisk on Raspbian with hard-float support fails as it uses the string "linux-gnueabihf" rather than "linux-gnueabi" for host os.
> In particular, this breaks after libasteriskssl.so.1 is made, because for the then called ldconfig the correct flag -n is missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list