diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-25 21:45:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-25 21:45:10 +0000 |
commit | b0d9f1edb6b885f9a02c97cf816ca35698b451ac (patch) | |
tree | 8229ef0eb307816c7b5522438001c27c981c5608 /include | |
parent | fd4ddfd24051c4c2118095d921ac7d1459a9578d (diff) | |
download | upstream-b0d9f1edb6b885f9a02c97cf816ca35698b451ac.tar.gz upstream-b0d9f1edb6b885f9a02c97cf816ca35698b451ac.tar.bz2 upstream-b0d9f1edb6b885f9a02c97cf816ca35698b451ac.zip |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/toplevel.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk index d8b16d1d90..fa0bc25878 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= |