Opened 15 years ago

Closed 15 years ago

#6278 closed patch (fixed)

compiling mythplugins does not consider --libdir-name in library paths

Reported by: octoberblu3 Owned by: Anduin Withers
Priority: minor Milestone: unknown
Component: Plugin - MythVideo Version: 0.21-fixes
Severity: medium Keywords: mythplugins libdir-name
Cc: Ticket locked: no

Description

When using the --libdir-name option, libraries are detected properly, but the compiler is still passes a semi-hard coded "-L$PREFIX/lib" instead of "-L$PREFIX/$LIBNAME"

If 32 bit libraries exist of the same name in lib, building fails as the libraries are in an unrecognized format.

A patch is attached to fix this.

Attachments (1)

plugins_libs.patch (1.1 KB) - added by octoberblu3 15 years ago.
patch to fix compile lib path

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by octoberblu3

Attachment: plugins_libs.patch added

patch to fix compile lib path

comment:1 Changed 15 years ago by Anduin Withers

Resolution: fixed
Status: newclosed

(In [20054]) Closes #6278

Confusingly use the --libdir-name configured during the main mythtv configure run while linking plugins.

Note: See TracTickets for help on using tickets.