[asterisk-bugs] [JIRA] (ASTERISK-27594) [patch] BuildSystem: Invoke install not in GNU but POSIX style.
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Thu Feb 22 17:27:26 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-27594:
-------------------------------------
Target Release Version/s: 15.3.0
> [patch] BuildSystem: Invoke install not in GNU but POSIX style.
> ---------------------------------------------------------------
>
> Key: ASTERISK-27594
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27594
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/BuildSystem
> Affects Versions: 13.19.0, 15.2.0
> Environment: OpenBSD 6.2
> Reporter: Alexander Traud
> Assignee: Alexander Traud
> Severity: Minor
> Target Release: 13.20.0, 15.3.0
>
>
> When you enable an external download in {{make menuselect}}, like the module for the audio-code Opus Codec, the bash script {{./build_tools/download_externals}} is invoked. Within that script, the command-line tool {{install}} is invoked with the parameter {{\-\-mode}} (and sometimes {{\-\-group}} and {{\-\-owner}}).
> On some platforms, like OpenBSD 6.2, {{install}} does not support these parameters via GNU style (double-dash) but only via POSIX style (single-dash) syntax like \-m \-g, and \-o, [see...|https://softwareengineering.stackexchange.com/a/70418]
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list