From fe1931a16e36d1f544c04f0229758ddba1884462 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Jul 2019 10:09:17 +0200 Subject: extra/libgit2: remove patch - it does not apply and the package builds fine without it --- .../libgit2-0.27.7-disable-oom-tests-on-32bit.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 extra/libgit2/libgit2-0.27.7-disable-oom-tests-on-32bit.patch (limited to 'extra/libgit2/libgit2-0.27.7-disable-oom-tests-on-32bit.patch') diff --git a/extra/libgit2/libgit2-0.27.7-disable-oom-tests-on-32bit.patch b/extra/libgit2/libgit2-0.27.7-disable-oom-tests-on-32bit.patch deleted file mode 100644 index 918e22ec..00000000 --- a/extra/libgit2/libgit2-0.27.7-disable-oom-tests-on-32bit.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -rauN libgit2-0.27.7/tests/buf/oom.c libgit2-0.27.7-disable-oom-tests-on-32bit-patch/tests/buf/oom.c ---- libgit2-0.27.7/tests/buf/oom.c 2018-10-26 15:27:21.000000000 +0200 -+++ libgit2-0.27.7-disable-oom-tests-on-32bit-patch/tests/buf/oom.c 2018-11-09 15:17:30.475788525 +0100 -@@ -32,6 +32,7 @@ - */ - void test_buf_oom__grow(void) - { -+#if defined(GIT_ARCH_64) - git_buf buf = GIT_BUF_INIT; - - git_buf_clear(&buf); -@@ -40,6 +41,9 @@ - cl_assert(git_buf_oom(&buf)); - - git_buf_free(&buf); -+#else -+ cl_skip(); -+#endif - } - - void test_buf_oom__grow_by(void) -- cgit v1.2.3-70-g09d2