From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Tue, 29 Dec 2015 13:56:43 -0300 Subject: [Buildroot] [PATCH] package/gettext: host variant needs host-libxml2 In-Reply-To: <1451165734-15534-1-git-send-email-yann.morin.1998@free.fr> References: <1451165734-15534-1-git-send-email-yann.morin.1998@free.fr> Message-ID: <5682BB4B.1060805@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 26/12/15 18:35, Yann E. MORIN wrote: > From: Ignacy Gaw?dzki > > Of host-gettext, we only build the tools. however some of those tools > have a --color option, which needs libxml2. > > If the libxml2 development files are missing on the host, a bundled > subset of libxml2 is used, and all seems OK. But if they ar epresent, > then the host libxml2 is used. On some distros, lbxml2 is linked with > liblzma. And if we happend to _then_ build our host-liblzma, we may have > a conflict later when trying to run any of the host-gettext tools. > > Always build host-gettext with our own host-libxml2 which is not linked > with liblzma. > > Fixes https://bugs.busybox.net/show_bug.cgi?id=7886 > > Signed-off-by: Ignacy Gaw?dzki > [nicolas: added extended commit message] > Signed-off-by: Nicolas Cavallari > [yann.morin.1998 at free.fr: rebase; add comment; enhance commit log] > Signed-off-by: "Yann E. MORIN" Acked-by: Gustavo Zacarias Regards.