[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#496264: cuneiform_0.5+dfsg-1_i386.changes REJECTED



> 3) The issue with the libraries. Their names are really too generic and
>    they really aren't packaged as proper shared libraries, so you can't
>    put them into /usr/lib.

I think you can change install.cmake so that

  SET(LIBDIR "lib[64]")

becomes

  SET(LIBDIR "lib[64]/cuneiform")

CMake sets rpath automatically in the executable so that the correct
libraries are used. As far as I understand, hiding private libraries 
like this is a valid use of rpath in Debian.


      



Reply to: