gdsfmt icon indicating copy to clipboard operation
gdsfmt copied to clipboard

Check for local libs prior to building duplicates

Open barracuda156 opened this issue 2 years ago • 2 comments

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).

barracuda156 avatar Nov 01 '23 07:11 barracuda156

Thanks for the suggestion.

zhengxwen avatar Nov 02 '23 05:11 zhengxwen

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.

barracuda156 avatar Nov 03 '23 02:11 barracuda156