chiark / gitweb /
busybox: Update from 1.28.2 to 1.28.3
[termux-packages] / packages / sslscan / Makefile.patch
1 diff --git a/Makefile b/Makefile
2 index 24e6a36..74c2647 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -1,7 +1,5 @@
6  # set gcc as default if CC is not set
7 -ifndef $(CC)
8 -  CC=gcc
9 -endif
10 +CC?=gcc
11
12  GIT_VERSION = $(shell git describe --tags --always --dirty=-wip)
13
14 @@ -14,7 +12,7 @@ endif
15  OS := $(shell uname)
16
17  SRCS      = sslscan.c
18 -PREFIX    = /usr
19 +PREFIX    ?= /usr
20  BINDIR    = $(PREFIX)/bin
21  MANDIR    = $(PREFIX)/share/man
22  MAN1DIR   = $(MANDIR)/man1