[Bug 26256] wine64-preloader can't handle setcap cap_net_raw+epi

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 26 17:42:18 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=26256

--- Comment #11 from Sebastian Lackner <sebastian at fds-team.de> ---
Follow up on my last message - for wine-compholio we decided to fix this issue
by adjusting the RPATH in the configure script.

https://github.com/compholio/wine-compholio/blob/master/patches/configure-Absolute_RPATH/0001-configure-Also-add-the-absolute-RPATH-when-linking-a.patch
(requires autoreconf)

This way both a relative (preferred) and absolute RPATH are present. When the
relative one is valid it will be preferred, otherwise (when setcap is used on
the wine binary) the absolute one is used, which will work unless the user
manually moves around files which are part of the package ...

Regards,
Sebastian

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list