[mythtv] Syntax error in configure for android

Peter Bennett pb.mythtv at gmail.com
Sat Jan 5 17:11:45 UTC 2019


Hi Mark

Your latest changes cause an error in configure when building for android.
The line "extralibs=${extralibs//-lfreetype/}" causes an error "Bad 
Substitution".
It seems that this syntax is only supported under bash, but the script 
is running under sh.
It Probably should use a sed instead.
I am not sure what it is trying to achieve, it first tries to remove 
-lfreetype then adds it back.
In my build, -lfreetype is not in the string anyway so I just commented 
that line temporarily.

Peter


More information about the mythtv-dev mailing list