From: Andrii Sultanov <andrii.sultanov@cloud.com>
To: xen-devel@lists.xenproject.org
Cc: Andrii Sultanov <andrii.sultanov@cloud.com>,
Christian Lindig <christian.lindig@citrix.com>,
David Scott <dave@recoil.org>,
Anthony PERARD <anthony.perard@vates.tech>
Subject: [PATCH v1 0/1] Fix rpath handling in OCaml's Makefile.rules
Date: Mon, 9 Dec 2024 15:16:17 +0000 [thread overview]
Message-ID: <cover.1733757256.git.andrii.sultanov@cloud.com> (raw)
As reported by Nix's Xen team, OCaml stub libs would embed an absolute
rpath in the binaries, which was picked up on by patchelf. This is a
symptom of improper handling of -rpath-link in the first place, so
correct that and get rid of the issue.
Andrii Sultanov (1):
tools/ocaml: Specify rpath correctly for ocamlmklib
tools/ocaml/Makefile.rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.39.5
next reply other threads:[~2024-12-09 15:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 15:16 Andrii Sultanov [this message]
2024-12-09 15:16 ` [PATCH v1 1/1] tools/ocaml: Specify rpath correctly for ocamlmklib Andrii Sultanov
2024-12-09 15:26 ` [PATCH v1 0/1] Fix rpath handling in OCaml's Makefile.rules Christian Lindig
2024-12-09 15:38 ` Andrii Sultanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1733757256.git.andrii.sultanov@cloud.com \
--to=andrii.sultanov@cloud.com \
--cc=anthony.perard@vates.tech \
--cc=christian.lindig@citrix.com \
--cc=dave@recoil.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.