diff core/bzip2/bzip2.sh @ 391:bdad6c7981e7

core: convert packages to clang
author David Demelier <markand@malikania.fr>
date Tue, 02 Apr 2019 13:33:22 +0200
parents e737b80da269
children 014d018468fb
line wrap: on
line diff
--- a/core/bzip2/bzip2.sh	Tue Apr 02 20:03:00 2019 +0200
+++ b/core/bzip2/bzip2.sh	Tue Apr 02 13:33:22 2019 +0200
@@ -22,7 +22,7 @@
 PKGSUMMARY="data compression program and library"
 PKGDOWNLOAD="https://downloads.sourceforge.net/$PKGNAME/$PKGNAME-$PKGVERSION.tar.gz"
 
-: ${CC:=gcc}
+: ${CC:=clang}
 : ${CFLAGS:=-O2}
 
 if [ "$(uname -m)" = "x86_64" ]; then