busybox: Fix -Werror=implicit-function-declaration
[termux-packages] / packages / busybox / Makefile.patch
CommitLineData
a2412792
FF
1diff -u -r ../busybox-1.26.2/Makefile ./Makefile
2--- ../busybox-1.26.2/Makefile 2017-01-10 17:01:16.000000000 +0100
3+++ ./Makefile 2017-06-27 23:34:15.465534834 +0200
4@@ -289,7 +289,7 @@
5 # Make variables (CC, etc...)
6
7 AS = $(CROSS_COMPILE)as
8-CC = $(CROSS_COMPILE)gcc
9+CC = $(CROSS_COMPILE)clang
10 LD = $(CC) -nostdlib
11 CPP = $(CC) -E
12 AR = $(CROSS_COMPILE)ar