diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-17 12:55:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-17 12:55:24 +0300 |
commit | e1cc2511d04693165deec22fb448bac9838f57c2 (patch) | |
tree | 4a04b3816b78d5c79c0754e46ea6d73c61e99e43 /core/bzip2/build | |
parent | 32dc7a9e03a70ed8a6405f756a8678211f2acf1d (diff) | |
download | repository-e1cc2511d04693165deec22fb448bac9838f57c2.tar.gz |
meta: sync core with KISS
Diffstat (limited to 'core/bzip2/build')
-rwxr-xr-x | core/bzip2/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/bzip2/build b/core/bzip2/build index 3f08f33b..ac1055b2 100755 --- a/core/bzip2/build +++ b/core/bzip2/build @@ -1,7 +1,7 @@ #!/bin/sh -e -make CC="${CC:-gcc} $CFLAGS -fPIC $LDFLAGS" -f Makefile-libbz2_so -make CC="${CC:-gcc} $CFLAGS -fPIC $LDFLAGS" bzip2recover libbz2.a +make CC="${CC:-cc} $CFLAGS -fPIC $LDFLAGS" -f Makefile-libbz2_so +make CC="${CC:-cc} $CFLAGS -fPIC $LDFLAGS" bzip2recover libbz2.a for bin in bzip2-shared bzdiff bzgrep bzip2recover bzmore; do install -Dm755 "$bin" "$1/usr/bin/${bin%%-shared}" |