aboutsummaryrefslogtreecommitdiffstats
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
commit97c2af537efb22b3d0c03f800e3aea76dc11a3db (patch)
tree5a83901ebcf51de20e6b338074cff016df1f819c /tools/quilt/Makefile
parent82b6a500eb89247f572976145dfffb2e0225ecf0 (diff)
downloadmaster-187ad058-97c2af537efb22b3d0c03f800e3aea76dc11a3db.tar.gz
master-187ad058-97c2af537efb22b3d0c03f800e3aea76dc11a3db.tar.bz2
master-187ad058-97c2af537efb22b3d0c03f800e3aea76dc11a3db.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47070 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)