X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0c43584a88dfa1ef89a2dc52c380bf218281f57f..68be1e6b8de06cb71ca19103744584e3be101fc8:/include/host.mk diff --git a/include/host.mk b/include/host.mk index f3e47c872..9b8a32b67 100644 --- a/include/host.mk +++ b/include/host.mk @@ -59,6 +59,9 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk else \ echo 'XARGS:=xargs' >> $@; \ fi; \ + PATCH=`which gpatch 2>/dev/null`; \ + [ -n "$$PATCH" -a -x "$$PATCH" ] || PATCH=`which patch 2>/dev/null`; \ + echo "PATCH:=$$PATCH" >> $@; \ ) endif