mptcpd icon indicating copy to clipboard operation
mptcpd copied to clipboard

Multilib support

Open ossama-othman opened this issue 3 years ago • 0 comments

Do not hardcode LD_LIBRARY_PATH in the mptcp.service unit file. It breaks multilib support on Fedora (e.g. /usr/lib vs /usr/lib64).

Have mptcpd infer the mptcpd plugin path based on the arch/machine (e.g. see "uname -m" and uname() system call).

https://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks

ossama-othman avatar Feb 01 '22 19:02 ossama-othman