[Bug 270664] devel/qt6-base: Prefer the shared version of libzstd over the static one

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 15 19:04:13 BST 2023


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270664

--- Comment #8 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=93865c964d29fb5d49b7b2651735f955ead4d019

commit 93865c964d29fb5d49b7b2651735f955ead4d019
Author:     Daniel Engberg <diizzy at FreeBSD.org>
AuthorDate: 2023-04-15 17:57:41 +0000
Commit:     Daniel Engberg <diizzy at FreeBSD.org>
CommitDate: 2023-04-15 18:03:57 +0000

    devel/qt6-base: Prefer shared library for libzstd

    Backport upstream commit 3f45905953d57e0174059d7d9d6bc75c3c1c406c as
    without this patch QT by default pulls in (lib)zstd's static library
    when CMake files are available which causes build failure unless (lib)zstd
    is compiled with -fPIC (non standard option) and is inconsistent with
    behaviour using pkgconfig

    PR:             270664
    Approved by:    kde (tcberner)

 devel/qt6-base/Makefile | 3 +++
 devel/qt6-base/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list