summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Pek <tehnick-8@yandex.ru>2016-05-06 08:45:00 (GMT)
committerBoris Pek <tehnick-8@yandex.ru>2016-05-06 08:45:00 (GMT)
commitdee27685270df556c4d866be7837fc4ba5f5ba13 (patch)
tree1f62c04511c3fbe8e0ed10f6723ac19f51ca4e43
parent3b8c39c6562364b79dafffb9a3132ef099ca90eb (diff)
downloadmxe-dee27685270df556c4d866be7837fc4ba5f5ba13.zip
mxe-dee27685270df556c4d866be7837fc4ba5f5ba13.tar.gz
mxe-dee27685270df556c4d866be7837fc4ba5f5ba13.tar.bz2
Revert "Makefile: simplify work with patches"
This reverts commit 0f813cdff46324946674f0802dcd2061ce2eee61.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ea8e0c..3f846bf 100644
--- a/Makefile
+++ b/Makefile
@@ -199,7 +199,7 @@ define PREPARE_PKG_SOURCE
cd '$(2)' && $(call UNPACK_PKG_ARCHIVE,$(1))
cd '$(2)/$($(1)_SUBDIR)'
$(foreach PKG_PATCH,$(PKG_PATCHES),
- (cd '$(2)/$($(1)_SUBDIR)' && $(PATCH) -p1 -u --binary) < $(PKG_PATCH))
+ (cd '$(2)/$($(1)_SUBDIR)' && $(PATCH) -p1 -u) < $(PKG_PATCH))
endef
PKG_CHECKSUM = \