build-buildroot get rid of PERL_MM_OPT for Ubuntu 20.04, yada yada yada

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-07-11 01:00:00 +00:00
parent 9be19ae1cf
commit f9f6c557cc

View File

@@ -153,7 +153,7 @@ files on the root filesystem.
extra_make_args extra_make_args
, ,
out_file=os.path.join(self.env['buildroot_build_dir'], self.env['repo_short_id'] + '.log'), out_file=os.path.join(self.env['buildroot_build_dir'], self.env['repo_short_id'] + '.log'),
delete_env=['LD_LIBRARY_PATH'], delete_env=['LD_LIBRARY_PATH', 'PERL_MM_OPT'],
cwd=self.env['buildroot_source_dir'], cwd=self.env['buildroot_source_dir'],
) )
# Create the qcow2 from ext2. # Create the qcow2 from ext2.