preload-hacks: Some patches to make it work.
[termux-packages] / packages / darkhttpd / Makefile.patch
1 diff --git a/Makefile b/Makefile
2 index 7059a14..b09a8a7 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -7,6 +7,9 @@ all: darkhttpd
6 darkhttpd: darkhttpd.c
7 $(CC) $(CFLAGS) $(LIBS) darkhttpd.c -o $@
8
9 +install: all
10 + install darkhttpd "$(DESTDIR)$(PREFIX)/bin/darkhttpd"
11 +
12 clean:
13 rm -f darkhttpd core darkhttpd.core
14