Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2023 13:28:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 273789] textproc/libxml2: fix build with lld 17
Message-ID:  <bug-273789-39348-yuVCncnJ4m@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273789-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273789-39348@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=3D273789

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Db259f84ad7999066d9c85b5fcba3fbc=
b29d41915

commit b259f84ad7999066d9c85b5fcba3fbcb29d41915
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-09-14 17:04:19 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-09-15 13:25:49 +0000

    textproc/libxml2: fix build with lld 17

    Many symbols in the linker version script libxml2.syms are only defined
    when --with-xptr-locs is enabled at configure time. Since version
    scripts do not support conditionals, suppress errors with lld >=3D 17 d=
ue
    to these undefined symbols.

    PR:             273789
    MFH:            2023Q3
    Approved by:    blanket (for desktop and kde)

 textproc/libxml2/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

--=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-273789-39348-yuVCncnJ4m>