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: use -export-dynamic instead of -export_dynamic #1333

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

vimproved
Copy link
Contributor

GNU libtool accepts either, but slibtool's option parsing is more strict and just ends up passing -export_dynamic to the compiler, which obviously causes an error. Use -export-dynamic to fix building with slibtool.

GNU libtool accepts either, but slibtool's option parsing is more strict
and just ends up passing -export_dynamic to the compiler, which
obviously causes an error. Use -export-dynamic to fix building with
slibtool.
vimproved added a commit to vimproved/gentoo that referenced this pull request Dec 7, 2024
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Dec 9, 2024
Upstream: storaged-project/udisks#1333
Signed-off-by: Violet Purcell <[email protected]>
Closes: #39630
Signed-off-by: Sam James <[email protected]>
@vojtechtrefny
Copy link
Member

Jenkins, ok to test.

Copy link
Member

@tbzatek tbzatek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@tbzatek tbzatek merged commit 3aeec53 into storaged-project:master Dec 10, 2024
15 of 22 checks passed
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.

3 participants