[mythtv-commits] mythtv commit: r26427 by beirdo

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Sep 21 08:30:03 UTC 2010


      Author: beirdo
        Date: 2010-09-21 08:30:03 +0000 (Tue, 21 Sep 2010)
New Revision: 26427
   Changeset: http://svn.mythtv.org/trac/changeset/26427

Log:

Fix perl bindings make install

Instead of passing PREFIX in directly, if you want to install the Perl bindings
anywhere but system default, you will need to use --perl-config-opts in 
configure like so:
 --perl-config-opts="PREFIX=/tmp/blah"

Of course substitute in your selected PREFIX value

If you do install them in nonstandard places, it is still up to you as the user
to set @INC or PERL5LIB correctly so your scripts can see the bindings.

Fixes #8973.



Modified:

   trunk/mythtv/bindings/perl/Makefile




More information about the mythtv-commits mailing list