unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 10a04b7ec8dc3ea47347ca6ece7aba825fceb5dd 463 bytes (raw)
name: gnu/packages/patches/inox-glibc-2.24.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
--- old/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp	2016-08-03 21:02:37.000000000 +0200
+++ new/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp	2016-08-14 10:59:51.395354850 +0200
@@ -41,6 +41,11 @@
 #include <errno.h>
 #include <sys/mman.h>
 
+#if OS(LINUX) && defined(MADV_FREE)
+// Added in Linux 4.5, but we don't want to depend on 4.5 at runtime
+#undef MADV_FREE
+#endif
+
 #ifndef MADV_FREE
 #define MADV_FREE MADV_DONTNEED
 #endif

debug log:

solving 10a04b7ec ...
found 10a04b7ec in https://yhetil.org/guix-devel/20170110120856.17190-1-david@craven.ch/

applying [1/1] https://yhetil.org/guix-devel/20170110120856.17190-1-david@craven.ch/
diff --git a/gnu/packages/patches/inox-glibc-2.24.patch b/gnu/packages/patches/inox-glibc-2.24.patch
new file mode 100644
index 000000000..10a04b7ec

1:12: trailing whitespace.
 
Checking patch gnu/packages/patches/inox-glibc-2.24.patch...
Applied patch gnu/packages/patches/inox-glibc-2.24.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 10a04b7ec8dc3ea47347ca6ece7aba825fceb5dd	gnu/packages/patches/inox-glibc-2.24.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).