From cb9723f09c798b287705bb3a77b0ac0f16a4462b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 29 Sep 2015 11:37:27 +0000 Subject: 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 SVN-Revision: 47070 --- tools/quilt/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/quilt/Makefile') 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) -- cgit v1.2.3