From bff9b400f5f12e7a4e58f8efe6c8f06381672a13 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Tue, 12 Jan 2016 02:12:42 +0300 Subject: patch-tool-mxe: remove "-M9" from git format-patch > patch < 2.7 (Wheezy has 2.6.1) can't handle the rename done in the patch. See https://github.com/mxe/mxe/issues/1170#issuecomment-170701741 --- patch.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/patch.mk b/patch.mk index c67e7b3..87c72d0 100644 --- a/patch.mk +++ b/patch.mk @@ -51,7 +51,6 @@ define EXPORT_PATCH --no-signature \ --stdout \ --text \ - -M9 \ dist..HEAD \ | sed 's/^From [0-9a-f]\{40\} /From 0000000000000000000000000000000000000000 /' \ | sed 's/^index .......\.\......../index 1111111..2222222/' \ -- cgit v0.12