From 465131a2b67fd712724fd7ecedd7138bbf85b7d6 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 18 Jun 2015 22:18:02 -0700 Subject: Add LD_LIBRARY_PATH & ACLOCAL_PATH to safe envvars Fixes #697. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b932cc1..b095e51 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ define MXE_GET_GITHUB_SHA endef # use a minimal whitelist of safe environment variables -ENV_WHITELIST := PATH LANG MAKE% MXE% %PROXY %proxy +ENV_WHITELIST := PATH LANG MAKE% MXE% %PROXY %proxy LD_LIBRARY_PATH ACLOCAL_PATH unexport $(filter-out $(ENV_WHITELIST),$(shell env | cut -d '=' -f1)) SHORT_PKG_VERSION = \ -- cgit v0.12