On 27/03/2017 14:47, Diego Biurrun wrote:
> On Mon, Mar 27, 2017 at 02:27:44PM +0200, Luca Barbato wrote:
>> On 27/03/2017 12:40, Diego Biurrun wrote:
>>> On Sun, Mar 26, 2017 at 02:12:39PM +0200, Luca Barbato wrote:
>>>> --- a/configure
>>>> +++ b/configure
>>>> @@ -441,7 +441,7 @@ filter_out(){
>>>> pat=$1
>>>> shift
>>>> for v; do
>>>> - eval "case $v in $pat) ;; *) printf '%s ' $v ;; esac"
>>>> + eval "case '$v' in $pat) ;; *) printf '%s ' '$v' ;; esac"
>>>> done
>>>
>>> This change has no effect for me.
>>
>> I spotted the problem when trying the pathscale compiler.
>
> Elaborate please.
./configure --cc=pathcc
/usr/src/libav/configure: eval: line 444: syntax error near unexpected
token `('
/usr/src/libav/configure: eval: line 444: `case -Wl,-soname,$$(@F) in
-Wdisabled-optimization) ;; *) printf '%s ' -Wl,-soname,$$(@F) ;; esac'
You can try directly on fate.luminem.org if you are curious.
lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel