Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: package: forcibly treat libc as a shared library #538

Merged
merged 2 commits into from
Jul 7, 2023

Conversation

kaniini
Copy link
Contributor

@kaniini kaniini commented Jul 7, 2023

the GNU variant of libc (GLIBC) is built as a PIE binary, which otherwise behaves as a shared library. this is done to enable the /lib/libc.so.6 --about command.

the GNU variant of libc (GLIBC) is built as a PIE binary, which
otherwise behaves as a shared library.  this is done to enable
the `/lib/libc.so.6 --about` command.

Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
@kaniini kaniini requested a review from a team as a code owner July 7, 2023 04:26
@kaniini kaniini requested review from jdolitsky and removed request for a team July 7, 2023 04:26
…kage names

Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
imjasonh
imjasonh previously approved these changes Jul 7, 2023
@kaniini kaniini enabled auto-merge July 7, 2023 04:34
@kaniini kaniini disabled auto-merge July 7, 2023 04:46
@kaniini kaniini merged commit 8b3d0bd into main Jul 7, 2023
@kaniini kaniini deleted the fix/glibc-interp branch July 7, 2023 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants