Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#89 closed defect (invalid)

SVN Branch 0.18.2 doesn't support configuring a prefix for mythplugins

Reported by: mythtv.lutzer Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: low Keywords: mythplugins, configure, prefix
Cc: mythtv.lutzer@… Ticket locked: no

Description

I did a diff on both the mythplugins/configure and mythplugins/settings.pro and they are significantly different between the 0.18.2 SVN branch and the latest CVS checkout that I have.

In any event, you cannot specify the prefix using the SVN 0.18.2 branch. Instead, /usr/local is hardcoded. We need to restore the functionality for mythplugin's configure to do:

./configure --prefix=/home/mythtv/staging/0.18.2

for example.

Change History (1)

comment:1 Changed 19 years ago by Isaac Richards

Resolution: invalid
Status: newclosed

The proper way to set the prefix on the 0.18.x plugins package is, and has been:

./configure PREFIX=/blah qmake mythplugins.pro

This has not changed in the branch.

Note: See TracTickets for help on using tickets.