diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-08 23:08:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-08 23:08:26 +0200 |
commit | c472b7dc7938ff0b2b912f39168f839752b26de0 (patch) | |
tree | c0dcc8cbbd74273240147f1c5aac0ab1a25da0d4 /package/parted/0002-configure.ac-uclinux-is-also-linux.patch | |
parent | 5bd21f991f3fe244893e230f24f6b7213f28dd74 (diff) | |
download | buildroot-c472b7dc7938ff0b2b912f39168f839752b26de0.tar.gz buildroot-c472b7dc7938ff0b2b912f39168f839752b26de0.zip |
Revert "parted: properly link with libiconv"
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>
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 5a264ced80..b2119bcdd7 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 7697d9c54e489b32b82c01f17db04f8b51857e51 Mon Sep 17 00:00:00 2001 +From b3958317c5ee2940e7024bec2e7f288b5a6a26c3 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]) -- -2.14.2 +1.8.5.5 |