diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-10-08 01:06:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-08 15:30:09 +0200 |
commit | 2a56de2dec3afdca15a58ec13cb5fc244682cab6 (patch) | |
tree | fac5205dffddb2e2bcc5d1ff38f58e7cabf978d8 /package/parted/0002-configure.ac-uclinux-is-also-linux.patch | |
parent | aa06b72f3b24594056df60287dfb9669158d6b55 (diff) | |
download | buildroot-2a56de2dec3afdca15a58ec13cb5fc244682cab6.tar.gz buildroot-2a56de2dec3afdca15a58ec13cb5fc244682cab6.zip |
parted: properly link with libiconv
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>
Diffstat (limited to 'package/parted/0002-configure.ac-uclinux-is-also-linux.patch')
-rw-r--r-- | package/parted/0002-configure.ac-uclinux-is-also-linux.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/parted/0002-configure.ac-uclinux-is-also-linux.patch b/package/parted/0002-configure.ac-uclinux-is-also-linux.patch index b2119bcdd7..5a264ced80 100644 --- a/package/parted/0002-configure.ac-uclinux-is-also-linux.patch +++ b/package/parted/0002-configure.ac-uclinux-is-also-linux.patch @@ -1,4 +1,4 @@ -From b3958317c5ee2940e7024bec2e7f288b5a6a26c3 Mon Sep 17 00:00:00 2001 +From 7697d9c54e489b32b82c01f17db04f8b51857e51 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias <gustavo@zacarias.com.ar> Date: Mon, 30 Jun 2014 10:09:04 -0300 Subject: [PATCH] configure.ac: uclinux is also linux @@ -29,5 +29,5 @@ index 436d0e2..50ad478 100644 AC_SUBST([OS]) -- -1.8.5.5 +2.14.2 |