Re: enable building static lib in devel/cjson

2025-01-16 Thread Stuart Henderson
On 2025/01/16 07:47, Stepan Zolotuev wrote: > Hi ports@, > > Most packages contain both static and shared libraries, this one > doesn't. I noticed this when trying to statically link my own software. For software using cmake it is common to only build one version of a library. > The diff simply

enable building static lib in devel/cjson

2025-01-15 Thread Stepan Zolotuev
Hi ports@, Most packages contain both static and shared libraries, this one doesn't. I noticed this when trying to statically link my own software. The diff simply enables building of statib library. diff --git devel/cjson/Makefile devel/cjson/Makefile index 2a3e8579216..c8a8d017c17 100644 --- d