From 97c2af537efb22b3d0c03f800e3aea76dc11a3db 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47070 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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