From 4a79f5c78472185fd3945a7b14531c922ae6dfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 14 Jan 2021 21:54:45 +0700 Subject: [PATCH] upx: fix ftbfs --- srcpkgs/upx/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/upx/template b/srcpkgs/upx/template index d2f7292352e..c562348651d 100644 --- a/srcpkgs/upx/template +++ b/srcpkgs/upx/template @@ -6,6 +6,7 @@ wrksrc="upx-${version}-src" build_style=gnu-makefile make_build_target=all make_build_args="CHECK_WHITESPACE=:" +make_use_env=yes hostmakedepends="perl" makedepends="ucl zlib-devel" short_desc="Ultimate Packer for eXecutables"