[mythtv] Raspberry Pi build improvements

Peter Bennett pgbennett at comcast.net
Sat Jul 23 16:59:10 UTC 2016


On 07/23/2016 12:20 AM, Thomas Mashos wrote:
> Peter,
>
> What needs to be changed? Looks like we've already disabled the
> configure stuff.
> https://github.com/MythTV/packaging/commit/8b5e68aecf8290428e71ef1b8ae5dcc8bcccfef0
>
> Thanks
>
> Thomas
>
>
Hi Thomas

It looks like compile options are fine.

The LD_LIBRARY_PATH can be taken out of mythfrontend.sh. This line and
associated code.
    environ="env
LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/mesa-egl:$LD_LIBRARY_PATH"
The same applies to mythwelcome and mythtv-setup if there are similar
scripts for those.

The LD_LIBRARY_PATH is not causing any problems, but it should be
avoided if possible.
http://xahlee.info/UnixResource_dir/_/ldpath.html

Peter



More information about the mythtv-dev mailing list