summaryrefslogtreecommitdiffstats
path: root/tags/i/incorrect-libdir-in-la-file.tag
blob: a09daa916e677d035e371067ef4f0702b07c5163 (plain)
1
2
3
4
5
6
7
8
Tag: incorrect-libdir-in-la-file
Severity: error
Check: build-systems/libtool/la-file
Explanation: The given .la file points to a libdir other than the path where it is
 installed. This can be caused by resetting <code>prefix</code> at make install
 time instead of using <code>DESTDIR</code>. The incorrect path will cause
 packages linking to this library using libtool to build incorrectly (adding
 incorrect paths to RPATH, for example).