Date: Sun, 28 Mar 2021 12:08:57 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 254603] databases/sqlite3: Make static library optional and don't ship by default Message-ID: <bug-254603-7788-Nia1I2VQvy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-254603-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-254603-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254603 --- Comment #2 from daniel.engberg.lists@pyret.net --- We already have many packages only providing shared libraries especially si= nce many are moving away or have already made the transition from GNU Autools w= here static libraries cases aren't enabled by default or for instance aren't supported without building the project twice (quite common for CMake projec= ts in that regard as an example). Shared libraries are also the main target regarding compatibility between ports and additionally this seems to be the common practice among other distributions (most provide a separate "sub"-package if any at all for static libraries). It's also been discussed= in #bsdports by several members and the general opinion each time is that they shouldn't be shipped at all or at least not by default. I'm also guessing t= hat it has been a topic for quite some time given it's in Mk/bsd.options.desc.mk :-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254603-7788-Nia1I2VQvy>