summaryrefslogtreecommitdiffstats
path: root/patch.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-01-11 23:12:42 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-01-11 23:12:42 (GMT)
commitbff9b400f5f12e7a4e58f8efe6c8f06381672a13 (patch)
tree6b01afc1180d394624e82930ec5bfe617ac67bc5 /patch.mk
parenta96fcf41143baa5aaf3c0e31a9fe204089fad3d9 (diff)
downloadmxe-bff9b400f5f12e7a4e58f8efe6c8f06381672a13.zip
mxe-bff9b400f5f12e7a4e58f8efe6c8f06381672a13.tar.gz
mxe-bff9b400f5f12e7a4e58f8efe6c8f06381672a13.tar.bz2
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
Diffstat (limited to 'patch.mk')
-rw-r--r--patch.mk1
1 files changed, 0 insertions, 1 deletions
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/' \