php: Update from 7.1 RC3 to RC4
[termux-packages] / packages / git / git.patch
index daf9782..c9a23b1 100644 (file)
@@ -1,17 +1,5 @@
-* Set uname_S to Linux instead of detecting build machine.
-* Fix ST_CTIME_NSEC and ST_MTIME_NSEC macros on Android.
+Fix ST_CTIME_NSEC and ST_MTIME_NSEC macros on Android.
 
-diff -u -r ../git-1.8.5.3/config.mak.uname ./config.mak.uname
---- ../git-1.8.5.3/config.mak.uname     2014-01-14 18:10:09.000000000 +0100
-+++ ./config.mak.uname  2014-01-22 16:53:42.000000000 +0100
-@@ -1,6 +1,6 @@
- # Platform specific Makefile tweaks based on uname detection
-
--uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
-+uname_S := Linux
- uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
- uname_O := $(shell sh -c 'uname -o 2>/dev/null || echo not')
- uname_R := $(shell sh -c 'uname -r 2>/dev/null || echo not')
 diff -u -r ../git-1.8.5.3/git-compat-util.h ./git-compat-util.h
 --- ../git-1.8.5.3/git-compat-util.h    2014-01-14 18:10:09.000000000 +0100
 +++ ./git-compat-util.h 2014-01-22 13:07:19.000000000 +0100