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

fix: force linking of shared libraries during build #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gf3
Copy link

@gf3 gf3 commented Nov 26, 2024

Force linking of shared libraries (libpostal) at build time instead of at runtime.

This fixes the issue of the built library (expostal.so) being unable to lookup symbols from libpostal at runtime on some systems.

expostal.so: undefined symbol: libpostal_expand_address

I've opened the exact same PR on the upstream Expostal SweetIQ#12. But I'm also opening it here as your fork is the most up-to-date and others might benefit from it here.

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.

1 participant