X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f5c5ebc6e0753c95ccfa7dc346cc4bba96552e9d..3fa8e269558880eeb4d68aaa4a6edb31c702e1de:/include/toplevel.mk diff --git a/include/toplevel.mk b/include/toplevel.mk index dd8fcd6f3..78a03d877 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -26,6 +26,9 @@ export IS_TTY=$(shell tty -s && echo 1 || echo 0) export LD_LIBRARY_PATH:=$(if $(LD_LIBRARY_PATH),$(LD_LIBRARY_PATH):)$(STAGING_DIR_HOST)/lib export DYLD_LIBRARY_PATH:=$(if $(DYLD_LIBRARY_PATH),$(DYLD_LIBRARY_PATH):)$(STAGING_DIR_HOST)/lib +# prevent perforce from messing with the patch utility +unexport P4PORT P4USER P4CONFIG P4CLIENT + # make sure that a predefined CFLAGS variable does not disturb packages export CFLAGS=