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

Update OpenSlide Java and fix it on Linux/macOS #178

Merged
merged 3 commits into from
Nov 8, 2023

Conversation

bgilbert
Copy link
Member

@bgilbert bgilbert commented Nov 8, 2023

No description provided.

Signed-off-by: Benjamin Gilbert <[email protected]>
OpenSlide Java does this by default on Linux and macOS.  By disabling it,
we cause OpenSlide Java to check java.library.path instead, making the
build location-independent.

Signed-off-by: Benjamin Gilbert <[email protected]>
We can't declare -Wl,-exported_symbol in the cross files because that
breaks the symbol list in OpenSlide Java's JNI library.  Meson currently
doesn't provide a way to set per-subproject compiler flags, so for now,
modify OpenSlide to provide a Meson option for this.

Signed-off-by: Benjamin Gilbert <[email protected]>
@openslide-bot
Copy link
Contributor

DCO signed off ✔️

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.

@bgilbert bgilbert merged commit e1b6b90 into openslide:main Nov 8, 2023
11 checks passed
@bgilbert bgilbert deleted the java branch November 8, 2023 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants