Vitaly wrote:
Build system in ALT Linux has strict requires to use rpath and last changes in wine conflicts with it.
Can you explain more about ALT Linux's build system and rpath?
Does it disallow all use of rpath by applications? - Dan
-- Wine for Windows ISVs: http://kegel.com/wine/isv
On Wed, Mar 01, 2006 at 08:29:38PM -0800, Dan Kegel wrote:
Vitaly wrote:
Build system in ALT Linux has strict requires to use rpath and last changes in wine conflicts with it.
Can you explain more about ALT Linux's build system and rpath?
Does it disallow all use of rpath by applications?
- Dan
At least for Debian I think rpath may not be used. But as I understand it, it may be used if the referenced lib. path is completely private to the package, even tho that is discouraged.
See the following link and especially the linked mailinglist thread for explanation: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html#rpath
Jan
В сообщении от 2 марта 2006 07:29 Dan Kegel написал(a):
Vitaly wrote:
Build system in ALT Linux has strict requires to use rpath and last changes in wine conflicts with it.
Can you explain more about ALT Linux's build system and rpath?
During package build files installs to buildroot dir not root dir. Some projects push full path to buildroot in rpath. It is forbidden.
Does it disallow all use of rpath by applications?
It is forbidden to use rpath until it really needed. I do not see as rpath will be useful in rpm package.