summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/chromium/patches/glibc-2.24.patch
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2017-07-31 09:52:45 +0200
committerRobin Gloster <mail@glob.in>2017-08-11 11:17:14 +0200
commit8dc869e3400cb30bd8685128c038593a0e793b54 (patch)
tree52efa7d0d36c71e950c99c645884330cc9ab77ad /pkgs/applications/networking/browsers/chromium/patches/glibc-2.24.patch
parent18112eea52755a72095cc53f87a1fe5f783db50b (diff)
downloadnixpkgs-8dc869e3400cb30bd8685128c038593a0e793b54.tar
nixpkgs-8dc869e3400cb30bd8685128c038593a0e793b54.tar.gz
nixpkgs-8dc869e3400cb30bd8685128c038593a0e793b54.tar.bz2
nixpkgs-8dc869e3400cb30bd8685128c038593a0e793b54.tar.lz
nixpkgs-8dc869e3400cb30bd8685128c038593a0e793b54.tar.xz
nixpkgs-8dc869e3400cb30bd8685128c038593a0e793b54.tar.zst
nixpkgs-8dc869e3400cb30bd8685128c038593a0e793b54.zip
chromium: 59.0.3071.115 -> 60.0.3112.78
get rid of outdated version branches and patches
take a patch from gentoo, to fix gn bootstrapping
Diffstat (limited to 'pkgs/applications/networking/browsers/chromium/patches/glibc-2.24.patch')
-rw-r--r--pkgs/applications/networking/browsers/chromium/patches/glibc-2.24.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/applications/networking/browsers/chromium/patches/glibc-2.24.patch b/pkgs/applications/networking/browsers/chromium/patches/glibc-2.24.patch
deleted file mode 100644
index 10a04b7ec8d..00000000000
--- a/pkgs/applications/networking/browsers/chromium/patches/glibc-2.24.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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