Add CONFIG_SITE environment variable to blacklist.

This variable is used by ./configure to guess libdir name (lib, lib64, ...). Of course we just want 'lib' to be chosen.
parent 8ab84e3a
...@@ -62,6 +62,7 @@ SYSTEM_ENVIRONMENT_REMOVE_LIST = [ ...@@ -62,6 +62,7 @@ SYSTEM_ENVIRONMENT_REMOVE_LIST = [
'TMP', 'TMP',
'TMPDIR', 'TMPDIR',
'USER', 'USER',
'CONFIG_SITE',
] ]
LOCALE_ENVIRONEMNT_REMOVE_LIST = [ LOCALE_ENVIRONEMNT_REMOVE_LIST = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment