git: update to 2.1.2
This commit is contained in:
12
git/src/git-2.1.2-fix-no-pthreads.patch
Normal file
12
git/src/git-2.1.2-fix-no-pthreads.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- git-2.1.2/builtin/index-pack.c.pthreads 2014-09-30 21:00:40.000000000 +0200
|
||||
+++ git-2.1.2/builtin/index-pack.c 2014-10-15 13:29:54.353854000 +0200
|
||||
@@ -185,6 +185,9 @@
|
||||
#define deepest_delta_lock()
|
||||
#define deepest_delta_unlock()
|
||||
|
||||
+#define type_cas_lock()
|
||||
+#define type_cas_unlock()
|
||||
+
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user