summaryrefslogtreecommitdiffstats
path: root/package/parted/0004-libparted-labels-link-with-libiconv-if-needed.patch
Commit message (Collapse)AuthorAgeFilesLines
* parted: properly link with libiconvArnout Vandecappelle (Essensium/Mind)2017-11-231-0/+54
| | | | | | | | | | | | | | | | | | | | | parted uses libiconv but doesn't link with it. Add a patch to add it to LIBADD of the library that uses it. iconv was already checked in configure.ac, but only if i18n is enabled, so the iconv check is also added unconditionally in configure.ac. Also add an optional dependency on libiconv, so it is reproducible. This was not detected in the autobuilders, since it only occurs when libiconv exists (otherwise uClibc stubs will be used). libiconv depends on !BR2_ENABLE_LOCALE and parted depends on BR2_USE_WCHAR. We don't have such a configuration in the autobuilders. Upstream status: sent to mailing list http://lists.alioth.debian.org/pipermail/parted-devel/2017-November/005131.html Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Sjoerd Venema <srg.venema@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "parted: properly link with libiconv"Thomas Petazzoni2017-10-081-34/+0
| | | | | | | | | | | | This reverts commit 2a56de2dec3afdca15a58ec13cb5fc244682cab6, which causes a large number of build failures, because parted now unconditionally tries to link against -liconv. Fixes: http://autobuild.buildroot.net/results/cd5542eca077c2bbbcf43c1b00d25077056a7ea9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* parted: properly link with libiconvArnout Vandecappelle (Essensium/Mind)2017-10-081-0/+34
parted uses libiconv but doesn't link with it. All the checks are there in configure, but the Makefile.am doesn't add it to the link. Add a patch to fix this. Also add an optional dependency on libiconv, so it is reproducible. While we're at it, regenerate the existing patches on top of v3.2, and make patch 0003 a properly git formatted one. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: srg.venema@gmail.com Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud