X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/27ce01e83bf0264b9aed9595226ef84f07ca0f52..6788ea2c5d7dbb05b18c9da41b1f88f9d4400c2a:/packages/git/makefile.patch diff --git a/packages/git/makefile.patch b/packages/git/makefile.patch index 771348a5..9790a151 100644 --- a/packages/git/makefile.patch +++ b/packages/git/makefile.patch @@ -1,5 +1,3 @@ -The librt functionality is built into libc on Android. - The Termux git package installs git perl files to $PREFIX/share/git-perl by patching perl/Makefile.PL, so setup that path when building perl files in this Makefile. @@ -7,14 +5,6 @@ files in this Makefile. diff -u -r ../git-2.7.4/Makefile ./Makefile --- ../git-2.7.4/Makefile 2016-03-17 16:47:59.000000000 -0400 +++ ./Makefile 2016-03-24 22:46:20.335193973 -0400 -@@ -1455,7 +1455,6 @@ - - ifdef HAVE_CLOCK_GETTIME - BASIC_CFLAGS += -DHAVE_CLOCK_GETTIME -- EXTLIBS += -lrt - endif - - ifdef HAVE_CLOCK_MONOTONIC @@ -1789,7 +1788,7 @@ sed -e '1{' \ -e ' s|#!.*perl|#!$(PERL_PATH_SQ)|' \