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

Check for local libs prior to building duplicates #35

Open
barracuda156 opened this issue Nov 1, 2023 · 2 comments
Open

Check for local libs prior to building duplicates #35

barracuda156 opened this issue Nov 1, 2023 · 2 comments

Comments

@barracuda156
Copy link

The build system straightaway builds its own zlib etc., this is suboptimal: instead, configure should check for existing libs and build its own only when there are none found (or versions are too old, if there is a particular requirement).

@zhengxwen
Copy link
Owner

Thanks for the suggestion.

@barracuda156
Copy link
Author

P. S. I guess, I rather say “configure could check”, since you obviously know better what it should do; if something relies on an API specific to a particular version of a dependency, and thus requires a static lib, then my suggestion will not apply.

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

2 participants