git: Specify perl executable path
[termux-packages] / packages / git / makefile.patch
CommitLineData
59f0d218
FF
1diff -u -r ../git-2.1.0/Makefile ./Makefile
2--- ../git-2.1.0/Makefile 2014-08-16 00:26:55.000000000 +0200
3+++ ./Makefile 2014-08-20 18:23:54.348764528 +0200
4@@ -1504,7 +1504,6 @@
5
6 ifdef HAVE_CLOCK_GETTIME
7 BASIC_CFLAGS += -DHAVE_CLOCK_GETTIME
8- EXTLIBS += -lrt
9 endif
10
11 ifeq ($(TCLTK_PATH),)