From: Felix Fietkau Date: Mon, 25 Jan 2010 21:45:10 +0000 (+0000) Subject: unset user overrides for quilt settings to prevent them from interfering with the... X-Git-Tag: reboot~21287 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fdf2ba873a18e7501c81d4dba53fa40dca463d11;p=openwrt%2Fopenwrt.git unset user overrides for quilt settings to prevent them from interfering with the build process (#6553) SVN-Revision: 19332 --- 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=