Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2015 15:39:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 202006] textproc/libxml2: xml2-config --libs output lists private libraries causing overlinking
Message-ID:  <bug-202006-6497-14i0kTRS3q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202006-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202006-6497@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=202006

Tijl Coosemans <tijl@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tijl@FreeBSD.org

--- Comment #1 from Tijl Coosemans <tijl@FreeBSD.org> ---
I'm not sure this is fixable.  xml2-config cannot distinguish between static
and dynamic linking like pkgconfig ("pkgconf --libs libxml-2.0" versus "pkgconf
--static --libs libxml-2.0") so it always has to return all libraries.  You'll
have to make net/asterisk use pkgconfig somehow.  For instance, by replacing
that definition of LIBXML2_LIB with `pkgconf --libs libxml-2.0`.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202006-6497-14i0kTRS3q>