diff options
Diffstat (limited to 'core')
-rwxr-xr-x | core/gzip/build | 2 |
1 files changed, 1 insertions, 1 deletions
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" |