From 6d0ca4e25ef2a0962583697d6afe1fbf22aa44c8 Mon Sep 17 00:00:00 2001 From: TheCharlatan Date: Mon, 8 Oct 2018 15:53:22 +0200 Subject: Prepare Depends Packages for Gitian Scripts The gitian environment does not treat whitespaces in configure lines, like most other systems. The solution is to just remove them. --- contrib/depends/patches/libiconv/fix-whitespace.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contrib/depends/patches/libiconv/fix-whitespace.patch (limited to 'contrib/depends/patches/libiconv/fix-whitespace.patch') diff --git a/contrib/depends/patches/libiconv/fix-whitespace.patch b/contrib/depends/patches/libiconv/fix-whitespace.patch new file mode 100644 index 000000000..531364b45 --- /dev/null +++ b/contrib/depends/patches/libiconv/fix-whitespace.patch @@ -0,0 +1,13 @@ +diff --git a/preload/configure b/preload/configure +index aab5c77..e20b8f0 100755 +--- a/preload/configure ++++ b/preload/configure +@@ -588,7 +588,7 @@ MAKEFLAGS= + PACKAGE_NAME='libiconv' + PACKAGE_TARNAME='libiconv' + PACKAGE_VERSION='0' +-PACKAGE_STRING='libiconv 0' ++PACKAGE_STRING='libiconv0' + PACKAGE_BUGREPORT='' + PACKAGE_URL='' + -- cgit v1.2.3