From: bugzilla@busybox.net
To: buildroot@uclibc.org
Subject: [Buildroot] [Bug 15637] every var expansion in a .pc file prepended with sysroot
Date: Sun, 18 Jun 2023 19:35:08 +0000 [thread overview]
Message-ID: <bug-15637-163-Es80rrW4UM@https.bugs.busybox.net/> (raw)
In-Reply-To: <bug-15637-163@https.bugs.busybox.net/>
https://bugs.busybox.net/show_bug.cgi?id=15637
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yann.morin.1998@free.fr
--- Comment #1 from Yann E. MORIN <yann.morin.1998@free.fr> ---
stsp, All,
> buildroot seems to have some pkg-config wrapper that adds the sysroot path per every variable expansion.
Yes and no. Basically, that's pkconf (the pkg-config implementation Buildroot
is using) thatadds the sysroot prefix to all variable expansions. The wrapper
probided by Buildroot just ensure that the proper sysroot is used.
> I have a .pc file that emits -rpath on --libs. rpath with the sysroot prefix doesn't work.
Adding an -rpath link option should not be done in a .pc file; that's rather
incorrect.
Furthermore, the RPATH is fixed before assembling the filesystem images,
so that only RPATH valid on the targt are present (usually, none is needed);
see Makefile line 768.
Regards,
Yann E. MORIN
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-06-18 19:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-18 16:40 [Buildroot] [Bug 15637] New: every var expansion in a .pc file prepended with sysroot bugzilla
2023-06-18 19:35 ` bugzilla [this message]
2023-06-18 19:52 ` [Buildroot] [Bug 15637] " bugzilla
2023-06-18 20:10 ` bugzilla
2024-06-15 15:10 ` bugzilla
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=bug-15637-163-Es80rrW4UM@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@uclibc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox