diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-07 11:33:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-07 11:33:54 +0000 |
commit | fe82ccb8352d690d9cc5bf10e6d53fb07a9b6d12 (patch) | |
tree | 5b2d767e7a96e3b15de9132d281cac82fdf84c24 /tools/quilt | |
parent | bbcec773330d331b998a6764a8801249698276c3 (diff) | |
download | upstream-fe82ccb8352d690d9cc5bf10e6d53fb07a9b6d12.tar.gz upstream-fe82ccb8352d690d9cc5bf10e6d53fb07a9b6d12.tar.bz2 upstream-fe82ccb8352d690d9cc5bf10e6d53fb07a9b6d12.zip |
[tools] quilt: pass PATH and FIND to configure (FreeBSD compatibility)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23288 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/quilt')
-rw-r--r-- | tools/quilt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile index 221398f29b..0ed5d064b5 100644 --- a/tools/quilt/Makefile +++ b/tools/quilt/Makefile @@ -15,6 +15,10 @@ PKG_MD5SUM:=f77adda60039ffa753f3c584a286f12b include $(INCLUDE_DIR)/host-build.mk +HOST_CONFIGURE_ARGS += \ + --with-patch=$(PATCH) \ + --with-find=$(FIND) + define Host/Configure cd $(HOST_BUILD_DIR) && autoconf $(call Host/Configure/Default) |