summaryrefslogtreecommitdiffstats
path: root/tools/quilt/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-09-29 11:37:27 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-09-29 11:37:27 +0000
commitcb9723f09c798b287705bb3a77b0ac0f16a4462b (patch)
treedaf644302c9eac82ad45d2426d2b83545a3a7052 /tools/quilt/Makefile
parent9e5db437f294284f8d1cb6bf3fd078dfca0bea30 (diff)
downloadmaster-31e0f0ae-cb9723f09c798b287705bb3a77b0ac0f16a4462b.tar.gz
master-31e0f0ae-cb9723f09c798b287705bb3a77b0ac0f16a4462b.tar.bz2
master-31e0f0ae-cb9723f09c798b287705bb3a77b0ac0f16a4462b.zip
quilt: add further relocatability fixes
Prevent quilt's build system from generating useless compat wrappers and hardcoded absolute utility paths to binaries in staging_dir/host/. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47070
Diffstat (limited to 'tools/quilt/Makefile')
-rw-r--r--tools/quilt/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile
index 01b0bd298f..c2dbc07c79 100644
--- a/tools/quilt/Makefile
+++ b/tools/quilt/Makefile
@@ -15,9 +15,6 @@ PKG_MD5SUM:=c0ef4beb58a6fa72563b955e70624b6e
include $(INCLUDE_DIR)/host-build.mk
-HOST_CONFIGURE_ARGS += \
- --with-find=$(FIND)
-
define Host/Configure
cd $(HOST_BUILD_DIR) && autoconf
$(call Host/Configure/Default)