From: Bernd Kuhls Date: Sun, 4 Aug 2019 07:36:36 +0000 (+0200) Subject: package/ddrescue: remove patch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6a59cc0878be14ce8675867f8ef5f37dd5246c8;p=buildroot.git package/ddrescue: remove patch Not needed anymore after upstream change: https://lists.gnu.org/archive/html/bug-ddrescue/2017-02/msg00002.html Build-tested using br-x86-64-core2-full.config Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/ddrescue/0001-io.cc-add-stdio.h-include.patch b/package/ddrescue/0001-io.cc-add-stdio.h-include.patch deleted file mode 100644 index e719c708e8..0000000000 --- a/package/ddrescue/0001-io.cc-add-stdio.h-include.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 0f72787b922c53c33d497b17300a959b911e621f Mon Sep 17 00:00:00 2001 -From: Peter Seiderer -Date: Tue, 14 Feb 2017 20:12:05 +0100 -Subject: [PATCH] io.cc: add stdio.h include -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Fixes buildroot compile failure with uclibc [1]: - - In file included from io.cc:28:0: - block.h:219:22: error: ‘FILE’ has not been declared - int write_mapfile( FILE * f = 0, const bool timestamp = false, - -[1] http://autobuild.buildroot.net/results/4ac0754f1cc5ea934d6437e89d1f4906fb3fd0a8 - -Signed-off-by: Peter Seiderer ---- - io.cc | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/io.cc b/io.cc -index 36b8341..2d6a76e 100644 ---- a/io.cc -+++ b/io.cc -@@ -23,6 +23,7 @@ - #include - #include - #include -+#include - #include - - #include "block.h" --- -2.11.0 -