[mythtv] DVB Linux Path

Brian Foddy bfoddy at visi.com
Thu Apr 7 00:27:06 UTC 2005


In tonight's CVS, it has a problem finding the DVB path correctly.

I provided dvb-path=/usr/src/linux/include where 
/usr/src/linux link points to /usr/src/linux-2.6.11.4
However, my uname -r is 2.6.11.4_bkf1 where _bkf1
is an extra version I add to the Makefile.  The configure command will not
find the location because it converts my provided
/usr/src/linux to /usr/src/linux_2.6.11_bkf1 which doesn't
exist.  This work as recently as last weekend, so this is a 
very new change.

My temporary workaround was to create a link of
/usr/src/linux_2.6.11_bkf1 -> /usr/src/linux-2.6.11.4
which should not be necessary...

Brian


More information about the mythtv-dev mailing list