From e1cc2511d04693165deec22fb448bac9838f57c2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 17 Mar 2020 12:55:24 +0300 Subject: meta: sync core with KISS --- core/bzip2/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/bzip2') 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}" -- cgit v1.2.3