respect python library path on 64 bit systems (Bug #1508)
Description
There is a harcoded library path for python in CMakeList.txt, so on 64 bit systems python module always placed in /usr/lib/ instead /usr/lib64/
Including patch for quick fixing it (it use LIB_SUFFIX var). See attach
Associated revisions
#1508 prefer architecture-specific install directory for python bindings, when LIB_SUFFIX is used
History
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from High to Normal
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
Vadim Pisarevsky)
Updated by Andrey Kamaev almost 13 years ago
- Assignee set to Andrey Kamaev
Updated by Andrey Kamaev almost 13 years ago
Thanks for reporting!
The problem is fixed in trunk.
- Status changed from Open to Done
Updated by Alexander Shishkov almost 13 years ago
- Target version set to 2.4.0