From f9f6c557ccaaeffb17ebb2380e439ca4c5f379c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sat, 11 Jul 2020 01:00:00 +0000 Subject: [PATCH] build-buildroot get rid of PERL_MM_OPT for Ubuntu 20.04, yada yada yada --- build-buildroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-buildroot b/build-buildroot index 3f43265..00b97f0 100755 --- a/build-buildroot +++ b/build-buildroot @@ -153,7 +153,7 @@ files on the root filesystem. extra_make_args , 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'], ) # Create the qcow2 from ext2.