From 097d0e7018b7bff479154df2d4d4063690a47cdf Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 15 Feb 2016 15:45:32 +0100 Subject: community/chromium: upgrade to 48.0.2564.109 --- community/chromium/musl-fixes.patch | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'community/chromium/musl-fixes.patch') diff --git a/community/chromium/musl-fixes.patch b/community/chromium/musl-fixes.patch index 0a069b7ec3..1410502b3b 100644 --- a/community/chromium/musl-fixes.patch +++ b/community/chromium/musl-fixes.patch @@ -105,17 +105,6 @@ #if defined(__mips__) // When indirect syscall (syscall(__NR_foo, ...)) is made on Mips, the ---- ./net/base/dns_reloader.cc.orig -+++ ./net/base/dns_reloader.cc -@@ -5,7 +5,7 @@ - #include "net/base/dns_reloader.h" - - #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_OPENBSD) && \ -- !defined(OS_ANDROID) -+ !defined(OS_ANDROID) && !defined(_GNU_SOURCE) - - #include - --- ./net/dns/dns_config_service_posix.cc.orig +++ ./net/dns/dns_config_service_posix.cc @@ -116,7 +116,7 @@ -- cgit v1.2.3