From 40ac7114ac93940863bc6b39c2eb51db3b9d6f6c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 12 Feb 2020 08:49:26 +0200 Subject: [PATCH] bzip2: Use cc @konimex --- core/bzip2/build | 4 ++-- 1 file 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}"