From fddcdcd174e4c767f77e41affa37e2f989a9e44e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 27 Dec 2020 20:41:52 +0300 Subject: gzip: fix build --- core/gzip/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gzip/build b/core/gzip/build index aecc904a..c9a82357 100755 --- a/core/gzip/build +++ b/core/gzip/build @@ -1,7 +1,7 @@ #!/bin/sh -e [ "$CPT_CROSS_TRIPLET" ] && - CC="$CPT_CROSS_TRIPLET-cc -L$CPT_ROOT/usr/lib -isystem -isystem $CPT_ROOT/usr/include" + CC="$CPT_CROSS_TRIPLET-cc -L$CPT_ROOT/usr/lib -isystem $CPT_ROOT/usr/include" make CC="${CC:-cc} -static" install -Dm755 pigz "$1/usr/bin/pigz" -- cgit v1.2.3