From 5ecf5959472d499931a606849059f6b9d2e2149e Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 25 Jan 2010 21:45:10 +0000 Subject: [PATCH] unset user overrides for quilt settings to prevent them from interfering with the build process (#6553) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19332 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/toplevel.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/toplevel.mk b/include/toplevel.mk index d8b16d1d9..fa0bc2587 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -29,6 +29,9 @@ export DYLD_LIBRARY_PATH:=$(if $(DYLD_LIBRARY_PATH),$(DYLD_LIBRARY_PATH):)$(STAG # prevent perforce from messing with the patch utility unexport P4PORT P4USER P4CONFIG P4CLIENT +# prevent user defaults for quilt from interfering +unexport QUILT_PATCHES QUILT_PATCH_OPTS + # make sure that a predefined CFLAGS variable does not disturb packages export CFLAGS= -- 2.20.1