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

Add option to c language driver to skip symbols presence check to build program modules, like Postgresql extensions or similar #76

Closed
uxtechie opened this issue Nov 6, 2020 · 1 comment

Comments

@uxtechie
Copy link

uxtechie commented Nov 6, 2020

Hi!

We need to add an option to skip the check of presence of external symbols in C shared libraries used as program's extensions like PostgreSQL to avoid the gcc -z defs option.

Proposed API:
check-symbols | bool | Check symbols presence in package (default=true)

We will make a PR to solve this need.

@uxtechie
Copy link
Author

uxtechie commented Nov 9, 2020

It doesn't work, we need more research. We closed the PR, sorry for the inconvenience :)

@uxtechie uxtechie closed this as completed Nov 9, 2020
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

No branches or pull requests

1 participant